Blake Hughes
10/21/2022, 2:41 PMmy_airbyte_resource = airbyte_resource.configured(
{
"host": "localhost",
"port": "8000",
}
)
sync_foobar = airbyte_sync_op.configured({"connection_id": "8bb7ae88-350d-40f4-947c-dfbe682311af"}, name="sync_foobar")Adam Bloom
10/21/2022, 2:53 PMBlake Hughes
10/21/2022, 3:13 PMuser
10/21/2022, 4:09 PMBen Pankow
10/21/2022, 4:28 PMairbyte_instance = airbyte_resource.configured(
{
"host": "localhost",
"port": "8000",
"request_additional_params": {"auth": ("airbyte", "password")},
},
)Evan Tahler (Airbyte)
10/21/2022, 5:41 PM