Anton Peniaziev
03/11/2023, 7:34 PMAnton Peniaziev
03/12/2023, 7:14 AMab_assets_movies = with_resources(
build_airbyte_assets(
connection_id="***",
destination_tables=["destination_tables"],
asset_key_prefix=["asset_key_prefix"]
),
{"airbyte": my_airbyte_resource},
)
or with
load_assets_from_airbyte_instance
but I cant find a way to define an AssetIn or “source_asset_key” for it.
For example say I have another python asset which I want to set up as an upstream for this airbyte.Fraser Marlow
03/12/2023, 5:20 PMben
03/14/2023, 3:21 PMupstream_assets
to build_airbyte_assets
, this takes a list of asset keys where you can add your source asset keysAlejandro Henao Ruiz
06/01/2023, 5:13 AM