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 SnowflakePrivateKeyPemProfileMapping private_key reference #501

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

nacpacheco
Copy link
Contributor

Description

Fixes issue: #479
Renamed key for Snowflake profile mapping from private_key_content to private_key as expected by DBT

Tested locally with Airflow Snowflake Connection containing extra.private_key_content

Related Issue(s)

closes #479

Breaking Change?

No

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

@nacpacheco nacpacheco requested a review from a team as a code owner August 30, 2023 21:01
@nacpacheco nacpacheco requested a review from a team August 30, 2023 21:01
@netlify
Copy link

netlify bot commented Aug 30, 2023

👷 Deploy Preview for amazing-pothos-a3bca0 processing.

Name Link
🔨 Latest commit 77ec3bb
🔍 Latest deploy log https://app.netlify.com/sites/amazing-pothos-a3bca0/deploys/64efae361e4a220008c31689

@nacpacheco
Copy link
Contributor Author

I checked for the errors log and found this timeout Cluster *** restart timed out after 900 seconds but I'm not able to reproduce it on my local for tests/test_example_dags.py

@nacpacheco nacpacheco temporarily deployed to external August 31, 2023 09:34 — with GitHub Actions Inactive
Copy link
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.

Thank you very much, @nacpacheco , for reporting and fixing the issue!

The only failed integration test is unrelated to the changes introduced in this PR (Databricks), so I'm merging this change, and I'll check what's wrong with that test separately.

This will be part of the 1.1 release.

@tatiana tatiana merged commit 8c9e768 into astronomer:main Aug 31, 2023
36 of 37 checks passed
@tatiana tatiana added this to the 1.1.0 milestone Aug 31, 2023
@tatiana tatiana mentioned this pull request Sep 6, 2023
tatiana added a commit that referenced this pull request Sep 6, 2023
**Features**

* Support dbt global flags (via dbt_cmd_global_flags in operator_args)
by @tatiana in #469
* Support parsing DAGs when there are no connections by @jlaneve in #489

**Enhancements**

* Hide sensitive field when using BigQuery keyfile_dict profile mapping
by @jbandoro in #471
* Consistent Airflow Dataset URIs, inlets and outlets with `Openlineage
package <https://pypi.org/project/openlineage-integration-common/>`_ by
@tatiana in #485. `Read more
<https://astronomer.github.io/astronomer-cosmos/configuration/lineage.html>`_.
* Refactor ``LoadMethod.DBT_LS`` to run from a temporary directory with
symbolic links by @tatiana in #488
* Run ``dbt deps`` when using ``LoadMethod.DBT_LS`` by @DanMawdsleyBA in
#481
* Update Cosmos log color to purple by @harels in #494
* Change operators to log ``dbt`` commands output as opposed to
recording to XCom by @tatiana in #513

**Bug fixes**

* Fix bug on select node add exclude selector subset ids logic by
@jensenity in #463
* Refactor dbt ls to run from a temporary directory, to avoid Read-only
file system errors during DAG parsing, by @tatiana in #414
* Fix profile_config arg in DbtKubernetesBaseOperator by @david-mag in
#505
* Fix SnowflakePrivateKeyPemProfileMapping private_key reference by
@nacpacheco in #501
* Fix incorrect temporary directory creation in VirtualenvOperator init
by @tatiana in #500
* Fix log propagation issue by @tatiana in #498
* Fix PostgresUserPasswordProfileMapping to retrieve port from
connection by @jlneve in #511

**Others**

* Docs: Fix RenderConfig load argument by @jbandoro in #466
* Enable CI integration tests from external forks by @tatiana in #458
* Improve CI tests runtime by @tatiana in #457
* Change CI to run coverage after tests pass by @tatiana in #461
* Fix forks code revision in code coverage by @tatiana in #472
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #467
* Drop support to Python 3.7 in the CI test matrix by @harels in #490
* Add Airflow 2.7 to the CI test matrix by @tatiana in #487
* Add MyPy type checks to CI since we exceeded pre-commit disk quota
usage by @tatiana in #510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong profile mapping for SnowflakePrivateKeyPemProfileMapping
2 participants