-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add entrypoint and bump version for remaining connectors. #4539
Conversation
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/test connector=connectors/source-gitlab-singer
|
/test connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/test connector=connectors/source-slack-singer
|
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-gitlab-singer
|
/publish connector=connectors/source-quickbooks-singer run-tests=false
|
/publish connector=connectors/source-posthog run-tests=false
|
@marcosmarxm apart from 'deprecated' connector, this is done! |
@@ -25,7 +25,7 @@ class AirbytePythonPlugin implements Plugin<Project> { | |||
pip 'mypy:0.812' | |||
pip 'isort:5.6.4' | |||
pip 'pytest:6.1.2' | |||
pip 'pip:21.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was there a reason to upgrade this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initially testing to see if upgrading pip would get rid of our errors, since wheels are sometimes available in later version. It did not.
Now I'm keeping it because it works so why not :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there anything blocking us from resolving the merge conflict and getting this in?
/publish connector=connectors/source-gitlab
|
/publish connector=connectors/source-google-adwords-singer run-tests=false
|
What
As the title.
Able to publish:
With CISO:
Deprecated (Folders should be deleted.)
Update Readme:
How
Describe the solution
Recommended reading order
x.java
y.python
Pre-merge Checklist
Expand the checklist which is relevant for this PR.
Connector checklist
airbyte_secret
in the connector's spec./gradlew :airbyte-integrations:connectors:<name>:integrationTest
./test connector=connectors/<name>
command as documented here is passing.README.md
docs/SUMMARY.md
if it's a new connectordocs/integrations/<source or destination>/<name>
.docs/integrations/...
. See changelog exampledocs/integrations/README.md
contains a reference to the new connector/publish
command described hereConnector Generator checklist
-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