Open ttzhou opened 17 hours ago
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst) Here are some useful points:
docs/
directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.
Motivation/Justification:
Snowflake's Python connector recommends using
json_result_force_utf8_decoding
toTrue
, but preserves it asFalse
/no-op for legacy reasons. I've come across cases at work where not setting this returns unexpected results, whereas setting it to True (via a workaround) returns the expected results.Therefore, I think there is a valid case for allowing this to be passed via connection arguments (via
extra
).Relevant 'upstream' Snowflake connector code
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.