Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 13, 2024
1 parent 6d736e6 commit b4a11b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/fivetran.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can use Dagster to sync Fivetran connectors and materialize Fivetran connect

### Customize the materialization of Fivetran assets

If you want to customize the sync of your connectors, you can use the <PyObject module="dagster_fivetran" method="fivetran_assets" /> decorator to do so. This allows you to execute custom code before and after the call to the fivetran sync.
If you want to customize the sync of your connectors, you can use the <PyObject module="dagster_fivetran" method="fivetran_assets" /> decorator to do so. This allows you to execute custom code before and after the call to the Fivetran sync.

<CodeExample filePath="integrations/fivetran/customize_fivetran_asset_defs.py" language="python" />

Expand Down

0 comments on commit b4a11b1

Please sign in to comment.