[GitHub] [airflow] uranusjr commented on issue #22846: UUID encoded in CassandraToGCSOperator but not other operators

2022-04-11 Thread GitBox


uranusjr commented on issue #22846:
URL: https://github.com/apache/airflow/issues/22846#issuecomment-1095537819

   cc @jgao54 in case you know some more details on this.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [airflow] uranusjr commented on issue #22846: UUID encoded in CassandraToGCSOperator but not other operators

2022-04-11 Thread GitBox


uranusjr commented on issue #22846:
URL: https://github.com/apache/airflow/issues/22846#issuecomment-1095537023

   You can’t simply revert it since that would introduce a backward 
incompatibility and break existing usages. Perhaps it’s possible to add a flag 
on the operator to toggle the format used.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [airflow] uranusjr commented on issue #22846: UUID encoded in CassandraToGCSOperator but not other operators

2022-04-09 Thread GitBox


uranusjr commented on issue #22846:
URL: https://github.com/apache/airflow/issues/22846#issuecomment-1094001588

   According to #3483, this was done because 
   
   > issue with UUID type conversion: currently UUID is converted to hex 
string, but should be converted to base64-encoded as that is the required 
format in BigQuery for uploading.
   
   If this description is taken at face value, the format you proposed would 
not work? I am not familiar with Google services to provide more information, 
unfortunately.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org