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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low-code CDK: Update autogenerated docs #19786

Merged
merged 8 commits into from
Dec 8, 2022
Merged

Low-code CDK: Update autogenerated docs #19786

merged 8 commits into from
Dec 8, 2022

Conversation

scottleechua
Copy link
Contributor

What

Fixes issue #18658.

How

  • Add command to run integration tests using Docker
  • Replace static documentation URL in template README.md with dynamic URL.
  • Update docs.airbyte.io to docs.airbyte.com

🚨 User Impact 🚨

Minimal.

Pre-merge Checklist

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.

@scottleechua thanks for the improvement! Made one request for change and we should be good to go.

To run your integration tests with docker:
```
docker build . -t airbyte/source-exchange-rates-tutorial:dev
python -m pytest integration_tests -p integration_tests.acceptance
Copy link
Contributor

Choose a reason for hiding this comment

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

This runs integration tests using python - this should suggest using acceptance-tests-docker.sh

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sherifnada ah, thanks for that! Updated the command. 👍

Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

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

Thanks @scottleechua I'll merge tomorrow, I want to validate we don't need to regenerate any files.

@@ -35,7 +35,7 @@ check:
- "customers"

spec:
documentation_url: https://docsurl.com
documentation_url: https://docs.airbyte.com/integrations/sources/{{dashCase name}}
Copy link
Member

Choose a reason for hiding this comment

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

thank you so much! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants