Skip to content

Commit

Permalink
link out to apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Nov 17, 2022
1 parent f2b8c01 commit 92ed2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guides/dagster/airbyte-managed-elements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ airbyte_reconciler = AirbyteManagedElementReconciler(

## 2. Defining sources and destinations

Next, we will define our sources and destinations. Sources and destinations can be constructed manually using the `AirbyteSource` and `AirbyteDestination` classes, respectively, however `dagster-airbyte` also provides generated, typed classes for specific source and destination types. In this case, we'll import the generated classes for the `File` source and `Local JSON` destination.
Next, we will define our sources and destinations. Sources and destinations can be constructed manually using the `AirbyteSource` and `AirbyteDestination` classes, respectively, however `dagster-airbyte` also provides generated, typed classes for specific source and destination types. See the [API docs](/\_apidocs/libraries/dagster-airbyte#managed-config-generated-sources) for more information on these generated classes. In this case, we'll import the generated classes for the `File` source and `Local JSON` destination.

Here, we'll configure a source that reads from a hosted CSV file and a destination which writes it to a local JSON file.

Expand Down

0 comments on commit 92ed2ab

Please sign in to comment.