-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Updates to low-code documentation #17121
Conversation
@@ -0,0 +1,47 @@ | |||
# Substreams |
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.
Moved from stream-slicers.md
@@ -1,22 +1,31 @@ | |||
:warning: This framework is in alpha stage. Support is not in production and is available only to select users. :warning: |
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.
add warning to the index
| [Pagination](./pagination.md) | [Page limit](./pagination.md#page-increment)<br/>[Offset](./pagination.md#offset-increment)<br/>[Cursor](./pagination.md#cursor) | | ||
| [Authentication](./authentication.md) | [Header based](./authentication.md#ApiKeyAuthenticator)<br/>[Bearer](./authentication.md#BearerAuthenticator)<br/>[Basic](./authentication.md#BasicHttpAuthenticator)<br/>[OAuth](./authentication.md#OAuth) | | ||
| Sync mode | Full refresh<br/>Incremental | | ||
| Schema discovery | Only static schemas | | ||
| Schema discovery | Static schemas | |
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.
remove superfluous word
2. Paginator: Describes how to navigate through the API's pages | ||
3. Record selector: Describes how to extract records from a HTTP response | ||
4. Stream Slicer: Describes how to partition the stream, enabling incremental syncs and checkpointing | ||
2. [Paginator](./pagination.md): Describes how to navigate through the API's pages |
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.
add links
@@ -209,5 +205,5 @@ pagination_strategy: | |||
The following connectors can serve as example of what production-ready config-based connectors look like | |||
|
|||
- [Greenhouse](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-greenhouse) |
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.
no need to update the greenhouse link because the production connector is using low-code
@@ -209,5 +205,5 @@ pagination_strategy: | |||
The following connectors can serve as example of what production-ready config-based connectors look like | |||
|
|||
- [Greenhouse](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-greenhouse) | |||
- [Sendgrid](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-sendgrid) | |||
- [Sentry](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-sentry) | |||
- [Sendgrid](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-sendgrid/source_sendgrid/sendgrid.yaml) |
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.
update links to point to the yaml file for sendgrid and sentry because the connector is not using low-code
@@ -118,54 +118,10 @@ the resulting stream slices are | |||
] | |||
``` | |||
|
|||
### Substream slicer |
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.
Move to substreams.md
to make it easier to find
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.
LGTM! Added one small suggestion on the warning
@@ -1,22 +1,31 @@ | |||
:warning: This framework is in alpha stage. Support is not in production and is available only to select users. :warning: |
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.
:warning: This framework is in alpha stage. Support is not in production and is available only to select users. :warning: | |
:warning: This framework is in [alpha](https://docs.airbyte.com/project-overview/product-release-stages/#alpha). It is still in active development and may include backward-incompatible changes. Please share feedback and requests directly with us at [email protected] :warning: |
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.
thank you @misteryeo!
Co-authored-by: Andy <[email protected]>
* Update docs * move substreams to another file * Update link * rename * link to alpha definition * Update docs/connector-development/config-based/index.md Co-authored-by: Andy <[email protected]> Co-authored-by: Andy <[email protected]>
* Update docs * move substreams to another file * Update link * rename * link to alpha definition * Update docs/connector-development/config-based/index.md Co-authored-by: Andy <[email protected]> Co-authored-by: Andy <[email protected]>
What
A few small updates to the low-code documentation
How
Recommended reading order
docs/connector-development/config-based/index.md
docs/connector-development/config-based/overview.md
docs/connector-development/config-based/stream-slicers.md
docs/connector-development/config-based/substreams.md
docs/connector-development/config-based/tutorial/0-getting-started.md