Skip to content

Commit

Permalink
[dagster-airbyte][docs] Add load_airbyte_cloud_asset_specs, AirbyteCl…
Browse files Browse the repository at this point in the history
…oudWorkspace and DagsterAirbyteTranslator to api docs
  • Loading branch information
maximearmstrong committed Dec 10, 2024
1 parent 80ecfc4 commit 251708a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
Binary file modified docs/content/api/modules.json.gz
Binary file not shown.
Binary file modified docs/content/api/searchindex.json.gz
Binary file not shown.
Binary file modified docs/content/api/sections.json.gz
Binary file not shown.
Binary file modified docs/next/public/objects.inv
Binary file not shown.
19 changes: 10 additions & 9 deletions docs/sphinx/sections/api/apidocs/libraries/dagster-airbyte.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@ For more information on getting started, see the `Airbyte integration guide <htt
.. currentmodule:: dagster_airbyte


Assets (Airbyte API)
====================

Resources
=========
.. autoclass:: AirbyteCloudWorkspace

.. autoconfigurable:: AirbyteResource
:annotation: ResourceDefinition
.. autoclass:: DagsterAirbyteTranslator

.. autofunction:: load_airbyte_cloud_asset_specs

Assets

Legacy
======

.. autoconfigurable:: AirbyteResource
:annotation: ResourceDefinition

.. autofunction:: load_assets_from_airbyte_instance

.. autofunction:: build_airbyte_assets


Ops
===

.. autoconfigurable:: airbyte_sync_op
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@ def load_airbyte_cloud_asset_specs(
Loading the asset specs for a given Airbyte Cloud workspace:
.. code-block:: python
from dagster_airbyte import AirbyteCloudWorkspace, load_airbyte_cloud_asset_specs
import dagster as dg
Expand Down

0 comments on commit 251708a

Please sign in to comment.