Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
atf:
- 'airbyte-to-flow/**'
airbyte_to_flow:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

permissions:
contents: read
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
needs:
- paths-filter
- airbyte_to_flow
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down
39 changes: 9 additions & 30 deletions airbyte-to-flow/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ impl AirbyteSourceInterceptor {
document_schema_json: fix_document_schema_keys(doc_schema, key)?.to_string(),
disable,
resource_path: Vec::new(), // this is deprecated and unused
is_fallback_key: false,
})
}

Expand Down
Loading