-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into artem1205/source-am…
…azon-ads-migrate-low-code # Conflicts: # airbyte-integrations/connectors/source-amazon-ads/metadata.yaml # airbyte-integrations/connectors/source-amazon-ads/pyproject.toml # airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/streams/attribution_report.py # airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/streams/common.py # airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/streams/portfolios.py # docs/integrations/sources/amazon-ads.md
- Loading branch information
Showing
386 changed files
with
95,340 additions
and
3,294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: "Python CDK: Generate Docs" | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: {} | ||
|
||
jobs: | ||
preview_docs: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
- name: Set up Poetry | ||
uses: Gr1N/setup-poetry@v9 | ||
with: | ||
poetry-version: "1.7.1" | ||
- name: Set up Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.10" | ||
cache: "poetry" | ||
|
||
- name: Install dependencies | ||
run: cd airbyte-cdk/python && poetry install --all-extras | ||
|
||
- name: Generate documentation | ||
run: | | ||
cd airbyte-cdk/python && poetry run poe docs-generate | ||
- name: Upload artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: "docs-generated" | ||
path: "airbyte-cdk/python/docs/generated" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
airbyte-cdk/bulk/core/load/src/main/kotlin/io/airbyte/cdk/load/data/SchemalessTypesToJson.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.