Skip to content
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

Fix example DAG in the README and docs/index #705

Merged
merged 7 commits into from
Nov 23, 2023
Merged

Conversation

tatiana
Copy link
Collaborator

@tatiana tatiana commented Nov 23, 2023

The example DAG we had declared in our README and index page was incompatible with the latest versions of Cosmos.

An Astronomer customer reported this, and we didn't realise it because those code excerpts were not executed.

This PR changes the references to an example DAG run as part of our integration tests.

As a follow-up, we should try to avoid this redundancy between README.rst and index.rst - which I logged as follow up ticket in #704.

@tatiana tatiana requested a review from a team as a code owner November 23, 2023 13:46
@tatiana tatiana requested a review from a team November 23, 2023 13:46
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Nov 23, 2023
Copy link

netlify bot commented Nov 23, 2023

👷 Deploy Preview for amazing-pothos-a3bca0 processing.

Name Link
🔨 Latest commit 280ecef
🔍 Latest deploy log https://app.netlify.com/sites/amazing-pothos-a3bca0/deploys/655f57c4d8903d000830e7ea

@dosubot dosubot bot added area:docs Relating to documentation, changes, fixes, improvement dbt:docs Primarily related to dbt docs command or functionality priority:medium Medium priority issues are important issues that may have a workaround and medium impact labels Nov 23, 2023
@tatiana tatiana merged commit 2617449 into main Nov 23, 2023
39 checks passed
@tatiana tatiana deleted the fix-example-dag-readme branch November 23, 2023 13:51
@tatiana tatiana added this to the 1.2.5 milestone Nov 23, 2023
This was referenced Nov 23, 2023
pull bot pushed a commit to pgoslatara/astronomer-cosmos that referenced this pull request Nov 24, 2023
Bug fixes

* Fix running models that use alias while supporting dbt versions by
@binhnq94 in astronomer#662
* Make profiles_yml_path optional for ExecutionMode.DOCKER and
KUBERNETES by @MrBones757 in astronomer#681
* Prevent overriding dbt profile fields with profile args of type or
method by @jbandoro in astronomer#702
* Fix LoadMode.DBT_LS fail when dbt outputs WarnErrorOptions by
@adammarples in astronomer#692
* Add support for env vars in RenderConfig for dbt ls parsing by
@jbandoro in astronomer#690
* Add support for Kubernetes on_warning_callback by @david-mag in astronomer#673
* Fix ExecutionConfig.dbt_executable_path to use ``default_factory`` by
@jbandoro in astronomer#678

Others

* Docs fix: example DAG in the README and docs/index by @tatiana in astronomer#705
* Docs improvement: highlight DAG examples in README by @iancmoritz and
@jlaneve in astronomer#695

(cherry picked from commit 2878d6a)
arojasb3 pushed a commit to arojasb3/astronomer-cosmos that referenced this pull request Jul 14, 2024
The example DAG we had declared in our README and index page was
incompatible with the latest versions of Cosmos.

An Astronomer customer reported this, and we didn't realise it because
those code excerpts were not executed.

This PR changes the references to an example DAG run as part of our
integration tests.

As a follow-up, we should try to avoid this redundancy between
`README.rst` and `index.rst` - which I logged as follow up ticket in
astronomer#704.
arojasb3 pushed a commit to arojasb3/astronomer-cosmos that referenced this pull request Jul 14, 2024
Bug fixes

* Fix running models that use alias while supporting dbt versions by
@binhnq94 in astronomer#662
* Make profiles_yml_path optional for ExecutionMode.DOCKER and
KUBERNETES by @MrBones757 in astronomer#681
* Prevent overriding dbt profile fields with profile args of type or
method by @jbandoro in astronomer#702
* Fix LoadMode.DBT_LS fail when dbt outputs WarnErrorOptions by
@adammarples in astronomer#692
* Add support for env vars in RenderConfig for dbt ls parsing by
@jbandoro in astronomer#690
* Add support for Kubernetes on_warning_callback by @david-mag in astronomer#673
* Fix ExecutionConfig.dbt_executable_path to use ``default_factory`` by
@jbandoro in astronomer#678

Others

* Docs fix: example DAG in the README and docs/index by @tatiana in astronomer#705
* Docs improvement: highlight DAG examples in README by @iancmoritz and
@jlaneve in astronomer#695

(cherry picked from commit 2878d6a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs Relating to documentation, changes, fixes, improvement dbt:docs Primarily related to dbt docs command or functionality priority:medium Medium priority issues are important issues that may have a workaround and medium impact size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant