-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Oracle to airflow->cosmos profile map #1190
Open
slords
wants to merge
14
commits into
astronomer:main
Choose a base branch
from
slords:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5741eb3 - Browse repository at this point
Copy the full SHA 5741eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dabaed - Browse repository at this point
Copy the full SHA 0dabaedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c40ade4 - Browse repository at this point
Copy the full SHA c40ade4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6fadd - Browse repository at this point
Copy the full SHA 3f6faddView commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa56fdd - Browse repository at this point
Copy the full SHA fa56fddView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28c2860 - Browse repository at this point
Copy the full SHA 28c2860View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a415d25 - Browse repository at this point
Copy the full SHA a415d25View commit details
Commits on Sep 26, 2024
-
[DOCS] Add scarf to readme and docs for website analytics (astronomer…
…#1221) This adds a privacy notice and website analytics to the Cosmos readme and auto-generated docs. Note that while you cannot explicitly opt out of website analytics for the publicly hosted readme (and docs), Scarf respects browser DND. If that is set via the browser, telemetry for that user will not be sent to Scarf. Scarf privacy policy: https://about.scarf.sh/privacy-policy Astronomer privacy policy: https://www.astronomer.io/privacy/
Configuration menu - View commit details
-
Copy full SHA for 6447819 - Browse repository at this point
Copy the full SHA 6447819View commit details -
Add GCP_CLOUD_RUN_JOB execution mode (astronomer#1153)
Added new `GCP_CLOUD_RUN_JOB` execution mode that triggers Google Cloud Platform's Cloud Run Job instance with dbt model in it. It extends Airflow's `CloudRunExecuteJobOperator` and overrides Cloud Run Job's container with dbt command generated by cosmos. Note: `CloudRunExecuteJobOperator` has `container_overrides` parameter implemented in `apache-airflow-providers-google==10.13.0` which is supported by `airflow >=2.6.0`. Resolves astronomer#1149 Co-authored-by: Agata Zalewska <[email protected]> Co-authored-by: Tatiana Al-Chueyr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a860ed - Browse repository at this point
Copy the full SHA 8a860edView commit details -
URL encode dataset names to support multibyte characters (astronomer#…
…1198) In projects containing models with names like the following, dataset creation fails, and an error occurs during execution. ```txt └── dbt └── my_project └── models ├── 日本語名モデル.sql └── 日本語名モデル.yml ``` ``` File "/home/airflow/.local/lib/python3.12/site-packages/airflow/datasets/__init__.py", line 78, in _sanitize_uri raise ValueError("Dataset URI must only consist of ASCII characters") ValueError: Dataset URI must only consist of ASCII characters ``` To support model names with multibyte characters, it might be good to URL encode the names. closes: astronomer#1197 Co-authored-by: Tatiana Al-Chueyr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca96732 - Browse repository at this point
Copy the full SHA ca96732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c923a - Browse repository at this point
Copy the full SHA 82c923aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5713c4e - Browse repository at this point
Copy the full SHA 5713c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95efe68 - Browse repository at this point
Copy the full SHA 95efe68View commit details -
Configuration menu - View commit details
-
Copy full SHA for f174678 - Browse repository at this point
Copy the full SHA f174678View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.