Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃帀 Added JDBC source connector bootstrap template #3819

Merged
merged 17 commits into from Jun 8, 2021
Merged

Conversation

etsybaev
Copy link
Contributor

@etsybaev etsybaev commented Jun 2, 2021

What

Ticket #3560 Create JDBC Java connector bootstrap template

How

Added a new template for code-generator

Pre-merge Checklist

  • Issue acceptance criteria met
  • PR name follows PR naming conventions
  • If adding a new generator, add it to the list of scaffold modules being tested
  • The generator test modules (all connectors with -scaffold in their name) have been updated with the latest scaffold by running ./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates then checking in your changes
  • Documentation which references the generator is updated as needed.

@etsybaev etsybaev marked this pull request as ready for review June 4, 2021 09:57
@auto-assign auto-assign bot requested review from cgardens and jrhizor June 4, 2021 09:57
@etsybaev etsybaev linked an issue Jun 6, 2021 that may be closed by this pull request
@etsybaev etsybaev changed the title Etsybaev/3560 馃帀 Added Java connector bootstrap template Jun 8, 2021
Copy link
Contributor

@sherifnada sherifnada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once checklist is done LGTM

@@ -0,0 +1 @@
NEW_SOURCE_CHECKLIST.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this .gitignore is no longer needed since we don't generate the NEW_SOURCE_CHECKLIST file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed, thanks

@etsybaev etsybaev linked an issue Jun 8, 2021 that may be closed by this pull request
@sherifnada sherifnada changed the title 馃帀 Added Java connector bootstrap template 馃帀 Added JDBC source connector bootstrap template Jun 8, 2021

# Airbyte's build system uses these labels to know what to name and tag the docker images produced by this Dockerfile.
LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.name=airbyte/source-scaffold-java-jdbc-generic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newline

Suggested change
LABEL io.airbyte.name=airbyte/source-scaffold-java-jdbc-generic
LABEL io.airbyte.name=airbyte/source-scaffold-java-jdbc-generic

@@ -40,5 +40,6 @@ def addScaffoldTemplateTask(name, packageName,scaffoldParams=[]) {

addScaffoldTemplateTask('Python Source', 'scaffold-source-python')
addScaffoldTemplateTask('Python HTTP API Source', 'scaffold-source-http')
addScaffoldTemplateTask('Java JDBC Generic Source', 'scaffold-java-jdbc-generic')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
addScaffoldTemplateTask('Java JDBC Generic Source', 'scaffold-java-jdbc-generic')
addScaffoldTemplateTask('Java JDBC Source', 'scaffold-java-jdbc-generic')

@github-actions github-actions bot added the area/documentation Improvements or additions to documentation label Jun 8, 2021
@etsybaev etsybaev merged commit eec3e03 into master Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create JDBC Java connector bootstrap template
3 participants