MaksYermak commented on code in PR #57514:
URL: https://github.com/apache/airflow/pull/57514#discussion_r2480697527
##########
providers/google/src/airflow/providers/google/cloud/transfers/mssql_to_gcs.py:
##########
@@ -67,7 +67,7 @@ class MSSQLToGCSOperator(BaseSQLToGCSOperator):
ui_color = "#e0a98c"
- type_map = {2: "BOOLEAN", 3: "INTEGER", 4: "TIMESTAMP", 5: "NUMERIC"}
+ type_map = {2: "BOOL", 3: "INTEGER", 4: "TIMESTAMP", 5: "NUMERIC"}
Review Comment:
@juarezr as I understood this `type_map` variable for JSON, CSV and Parquet
data types and if you change this `BOOLEAN` to `BOOL` for Parquet format it
means for me that it will fail for JSON and CSV formats. Correct me if I am
wrong?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]