update(template): Adding init command to the Getting Started Section , and also added > to every Note #5
Conversation
… blockquotes - Add fivetran init command with template usage, description, and init docs link - Add conditional note for configuration.json requirement - Convert all Note: entries to > blockquote format per updated style guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the Connector SDK README template to reflect the updated style guide and add fivetran init --template guidance for bootstrapping new projects from an existing connector example.
Changes:
- Added
fivetran initcommand example (with--template) and a link to the init documentation in the Getting started section. - Added a conditional note template for connectors that require
configuration.json. - Converted existing “Note:” callouts to blockquote (
> Note:) format.
| ``` | ||
|
|
||
| Note: The `fivetran_connector_sdk:latest` and `requests:latest` packages are pre-installed in the Fivetran environment. To avoid dependency conflicts, do not declare them in your `requirements.txt`. | ||
| > Note: The `fivetran_connector_sdk:latest` and `requests:latest` packages are pre-installed in the Fivetran environment. To avoid dependency conflicts, do not declare them in your `requirements.txt`. |
There was a problem hiding this comment.
It is not requests:latest but it is mentioned here: https://fivetran.com/docs/connector-sdk/technical-reference#preinstalledpackages
There was a problem hiding this comment.
This I will make a change in the other repos as well
Thank you !
There was a problem hiding this comment.
I don't see this change yet
There was a problem hiding this comment.
was waiting on your response on the --init command . pushing it now
| ``` | ||
|
|
||
| Note: The `fivetran_connector_sdk:latest` and `requests:latest` packages are pre-installed in the Fivetran environment. To avoid dependency conflicts, do not declare them in your `requirements.txt`. | ||
| > Note: The `fivetran_connector_sdk:latest` and `requests:latest` packages are pre-installed in the Fivetran environment. To avoid dependency conflicts, do not declare them in your `requirements.txt`. |
There was a problem hiding this comment.
I don't see this change yet
Closes RD-1188475
Description of Change
--templateusage, description, and init docs linkTesting
No Testing
Checklist
Some tips and links to help validate your PR:
fivetran debugcommand.