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

Add Python CDK Alpha Tutorial to Docs #3147

Merged
merged 3 commits into from
Apr 30, 2021
Merged

Conversation

avaidyanatha
Copy link
Contributor

@avaidyanatha avaidyanatha commented Apr 30, 2021

Main Inspiration

Having the Python CDK tutorial in our docs will allow us to direct new users to it and let them view it in a slightly more organized fashion. This is just a port of the awesome tutorial written by @sherifnada and @davinchia here: https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/bases/base-python/docs/tutorials/http_api_source.md

Main Changes

  • Formatting and adding the Python CDK documentation
  • Editing the docs slightly for clarity, adding required import statement

Misc Changes

  • Fixing some broken links from documentation reorganization
  • Editing the base_python README to not mention the Airbyte spec twice

Notes

  • This is still in its Alpha stage, please help contribute to this if there is anything that can be improved or edited!

@avaidyanatha avaidyanatha added the area/documentation Improvements or additions to documentation label Apr 30, 2021
* Step 7: Use the connector in Airbyte
* Step 8: Write unit tests or integration tests

Each step of the Creating a Source checklist is explained in more detail below. We also mention how you can submit the connector to be included with the general Airbyte release at the end of the tutorial.
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
Each step of the Creating a Source checklist is explained in more detail below. We also mention how you can submit the connector to be included with the general Airbyte release at the end of the tutorial.
Each step of the Creating a Source checklist is explained in more detail. We also mention how you can submit the connector to be included with the general Airbyte release at the end of the tutorial.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@avaidyanatha avaidyanatha merged commit d940c78 into master Apr 30, 2021
@avaidyanatha avaidyanatha deleted the abhi/cdk-alpha-vibe branch April 30, 2021 18:10
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.

2 participants