Skip to content

Update contributing guide docs#591

Merged
tatiana merged 4 commits into
astronomer:mainfrom
raffifu:doc/update-contributing-guide
Oct 20, 2023
Merged

Update contributing guide docs#591
tatiana merged 4 commits into
astronomer:mainfrom
raffifu:doc/update-contributing-guide

Conversation

@raffifu
Copy link
Copy Markdown
Contributor

@raffifu raffifu commented Oct 10, 2023

Description

This PR update contribution guide with the following details:

  • Remove repetitive instructions
  • Add instruction for linux to prevent permission error when running docker compose command

Related Issue(s)

closes #588

Checklist

  • I have made corresponding changes to the documentation (if required)
  • I have added tests that prove my fix is effective or that my feature works

Note: Currently i enrolled on hacktoberfest program, if you don't mind could you please add label hacktoberfest-accepted before merging this PR. Thank you

Remove repetitive instructions
Add instruction for linux to prevent permission error
@raffifu raffifu requested a review from a team as a code owner October 10, 2023 15:04
@raffifu raffifu requested a review from a team October 10, 2023 15:04
@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 10, 2023

👷 Deploy Preview for amazing-pothos-a3bca0 processing.

Name Link
🔨 Latest commit 748eb47
🔍 Latest deploy log https://app.netlify.com/sites/amazing-pothos-a3bca0/deploys/6531e549e80e3c00084ee9c2

Comment thread docs/contributing.rst
@raffifu raffifu temporarily deployed to external October 13, 2023 17:00 — with GitHub Actions Inactive
@tatiana tatiana temporarily deployed to external October 19, 2023 13:31 — with GitHub Actions Inactive
Comment thread docs/contributing.rst Outdated
Copy link
Copy Markdown
Collaborator

@tatiana tatiana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking much better, @raffifu , thank you very much for addressing the feedback!
I left a minor comment, let me know what you think - we'll release this as part of 1.2.1.

@tatiana tatiana added this to the 1.2.1 milestone Oct 19, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c82e6bc) 93.21% compared to head (e6a1a6a) 93.21%.

❗ Current head e6a1a6a differs from pull request most recent head 748eb47. Consider uploading reports for the commit 748eb47 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #591   +/-   ##
=======================================
  Coverage   93.21%   93.21%           
=======================================
  Files          53       53           
  Lines        2079     2079           
=======================================
  Hits         1938     1938           
  Misses        141      141           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raffifu raffifu temporarily deployed to external October 20, 2023 02:26 — with GitHub Actions Inactive
@tatiana tatiana merged commit d829a04 into astronomer:main Oct 20, 2023
tatiana pushed a commit that referenced this pull request Oct 25, 2023
- Remove repetitive instructions
- Add instructions for Linux to prevent permission errors when running the docker-compose command

Closes #588

(cherry picked from commit d829a04)
tatiana added a commit that referenced this pull request Oct 25, 2023
Bug fixes

* Resolve errors occurring when `dbt_project_path` is str and partial support `dbt_project_path=None` by @MrBones757 in #605
* Fix running dbt tests that depend on multiple models (support `--indirect-selection` buildable) by @david-mag in #613
* Add tests to sources, snapshots and seeds when using `TestBehavior.AFTER_EACH` by @tatiana in #599
* Fix custom selector when select has a subset of tags of the models' tags by @david-mag in #606

Others

* Update contributing guide docs by @raffifu in #591
* Fix running test that validates manifest-based DAGs by @tatiana in #619
* pre-commit updates in #604 and #621
tatiana added a commit that referenced this pull request Oct 25, 2023
Bug fixes

* Resolve errors occurring when `dbt_project_path` is str and partial support `dbt_project_path=None` by @MrBones757 in #605
* Fix running dbt tests that depend on multiple models (support `--indirect-selection` buildable) by @david-mag in #613
* Add tests to sources, snapshots and seeds when using `TestBehavior.AFTER_EACH` by @tatiana in #599
* Fix custom selector when select has a subset of tags of the models' tags by @david-mag in #606

Others

* Update contributing guide docs by @raffifu in #591
* Fix running test that validates manifest-based DAGs by @tatiana in #619
* pre-commit updates in #604 and #621

(cherry picked from commit 52c34a2)
tatiana added a commit that referenced this pull request Oct 25, 2023
Bug fixes

* Resolve errors occurring when `dbt_project_path` is str and partial support `dbt_project_path=None` by @MrBones757 in #605
* Fix running dbt tests that depend on multiple models (support `--indirect-selection` buildable) by @david-mag in #613
* Add tests to sources, snapshots and seeds when using `TestBehavior.AFTER_EACH` by @tatiana in #599
* Fix custom selector when select has a subset of tags of the models' tags by @david-mag in #606
* Fix `LoadMode.AUTOMATIC` behaviour to use `LoadMode.DBT_LS` when `ProfileMapping` is used by @tatiana in #625
* Fix failure if `openlineage-common` raises a jinja exception by @tatiana in #626

Others

* Update contributing guide docs by @raffifu in #591
* Remove unnecessary stack trace from Cosmos initialization by @tatiana in #624
* Fix running test that validates manifest-based DAGs by @tatiana in #619
* pre-commit updates in #604 and #621
tatiana added a commit that referenced this pull request Oct 25, 2023
Bug fixes

* Resolve errors occurring when `dbt_project_path` is str and partial support `dbt_project_path=None` by @MrBones757 in #605
* Fix running dbt tests that depend on multiple models (support `--indirect-selection` buildable) by @david-mag in #613
* Add tests to sources, snapshots and seeds when using `TestBehavior.AFTER_EACH` by @tatiana in #599
* Fix custom selector when select has a subset of tags of the models' tags by @david-mag in #606
* Fix `LoadMode.AUTOMATIC` behaviour to use `LoadMode.DBT_LS` when `ProfileMapping` is used by @tatiana in #625
* Fix failure if `openlineage-common` raises a jinja exception by @tatiana in #626

Others

* Update contributing guide docs by @raffifu in #591
* Remove unnecessary stack trace from Cosmos initialization by @tatiana in #624
* Fix running test that validates manifest-based DAGs by @tatiana in #619
* pre-commit updates in #604 and #621

(cherry picked from commit 635fb7b)
@tatiana tatiana mentioned this pull request Oct 25, 2023
tatiana added a commit that referenced this pull request Oct 25, 2023
Bug fixes

* Resolve errors occurring when `dbt_project_path` is str and partial
support `dbt_project_path=None` by @MrBones757 in #605
* Fix running dbt tests that depend on multiple models (support
`--indirect-selection` buildable) by @david-mag in #613
* Add tests to sources, snapshots and seeds when using
`TestBehavior.AFTER_EACH` by @tatiana in #599
* Fix custom selector when select has a subset of tags of the models'
tags by @david-mag in #606
* Fix `LoadMode.AUTOMATIC` behaviour to use `LoadMode.DBT_LS` when
`ProfileMapping` is used by @tatiana in #625
* Fix failure if `openlineage-common` raises a jinja exception by
@tatiana in #626

Others

* Update contributing guide docs by @raffifu in #591
* Remove unnecessary stack trace from Cosmos initialization by @tatiana
in #624
* Fix running test that validates manifest-based DAGs by @tatiana in
#619
* pre-commit updates in #604 and #621

(cherry picked from commit 635fb7b)
@tatiana
Copy link
Copy Markdown
Collaborator

tatiana commented Oct 25, 2023

LennartKloppenburg pushed a commit to LennartKloppenburg/astronomer-cosmos that referenced this pull request Nov 9, 2023
- Remove repetitive instructions
- Add instructions for Linux to prevent permission errors when running the docker-compose command

Closes astronomer#588
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Improvement on Contributing Guide

2 participants