-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[dagster-fivetran][docs] Migrate Fivetran docs to new doc site #26485
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploy preview for dagster-docs-beta ready! Preview available at https://dagster-docs-beta-7r9bnoto1-elementl.vercel.app Direct link to changed pages: |
cfa3693
to
e61d3b4
Compare
|
||
## Represent Fivetran assets in the asset graph | ||
|
||
To load Fivetran assets into the Dagster asset graph, you must first construct a <PyObject module="dagster_fivetran" object="FivetranWorkspace" /> resource, which allows Dagster to communicate with your Fivetran workspace. You'll need to supply your account ID, API key and API secret. See [Getting Started](https://fivetran.com/docs/rest-api/getting-started) in the Fivetran REST API documentation for more information on how to create your API key and API secret. |
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.
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.
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.
cc @neverett
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.
Yeah, I agree with @cmpadden -- let's merge this, and I'll make a ticket to follow up on PyObject
implementation in new docs.
e61d3b4
to
d82cf47
Compare
Summary & Motivation
Copy and migrate new Fivetran docs to new site, see original PR #26026
Removing
docs-to-migrate
tag from the original PRHow I Tested These Changes
BK.