rex
10/25/2022, 1:34 AMDusty Shapiro
10/25/2022, 1:40 AMAdam Bloom
10/25/2022, 1:40 AMben
10/25/2022, 1:40 AMsandy
10/25/2022, 1:40 AMyuhan
10/25/2022, 1:40 AMBlake Hughes
10/25/2022, 1:41 AMDagster Jarred
10/25/2022, 1:41 AMdaniel
10/25/2022, 3:00 AMEmil Sundman
10/25/2022, 6:28 AMAlexis Manuel
10/25/2022, 7:14 AMDusty Shapiro
10/25/2022, 12:18 PMgeoHeil
10/25/2022, 12:34 PMArthur
10/25/2022, 1:10 PMMatias Ferrero
10/25/2022, 1:26 PMDario Forti
10/25/2022, 1:28 PMMora forti
10/25/2022, 1:28 PMJuan
10/25/2022, 1:32 PMCameron Gallivan
10/25/2022, 1:34 PMpdpark
10/25/2022, 1:36 PMJason
10/25/2022, 2:43 PMDusty Shapiro
10/25/2022, 3:17 PMlocalhost
or the docker container name? and port?
I found the answer:
<http://host.docker.internal:8000>
Adam Bloom
10/25/2022, 3:25 PMDagster Jarred
10/25/2022, 9:32 PMSimon Späti
10/25/2022, 9:32 PMben
10/25/2022, 10:56 PMdagster-airbyte
First - a big thank you to @Adam Bloom who contributed filtering to drastically cut down on load times when generating Airbyte assets.
In addition to the ability to load Dagster assets from your Airbyte instance or Octavia CLI files, we are experimenting with the ability to manage Airbyte Connections from Python code, which we plan on rolling out later this week. We’ll post more details on how you can try it out along with the release.
We’re eager for feedback on how we can make using Dagster with Airbyte even better - if there’s improvements you’d like to see to the APIs, the metadata we show in Dagit, documentation, etc, let us know!Arthur
10/26/2022, 2:40 PMDusty Shapiro
10/26/2022, 3:07 PMDagsterStepOutputNotFoundError
during the materialization step post sync. Is there something we are missing when it comes to tables that were dropped in our source DB?Dusty Shapiro
10/26/2022, 5:59 PMload_assets_from_airbyte_instance
?Kyle Gobel
10/27/2022, 1:11 AMassets = with_resources(
load_assets_from_airbyte_project(project_dir=/my/ab/proj),
{
"airbyte": airbyte_resource.configured({ "host": "localhost", "port": "8000", })
},
)
looks like the load assets returns a CacheableAssetsDefinition
which isn't iterable