toandm

Results 8 comments of toandm

Hi guys, this issue still persists with snowflake-connector-python==2.7.11. My dataframe column datatype is datetime64[ns, UTC], but when I use df.to_sql to write to Snowflake, result datatype is TIMESTAMP_NTZ. Any ideas...

Hi @sajarin , yes that's the same issue. I closed it because I thought the issue was not because of invalid date. However, upon further testing, I realize that the...

I just re-ran the job with the latest MySQL connector version 0.6.12, but same error.

Hi @sajarin , thank you for the reply. > Looks like MySQL does support invalid dates whereas MariaDB does. I tested it out with a MySQL instance on AWS. It...

Yeah, I just think that since MySQL supports both of these invalid forms, it makes sense for the connector to respect it and still output the values as normal. My...

@Ripeey thank you so much! The `google_cloud_run_service_iam_binding` worked! How did you figure that out? It's so unintuitive

FYI, if you want to specify IAM role for a specific account on a Gen2 Cloud Function, you must use `google_cloud_run_service_iam` (binding, member, ...) too. `google_cloudfunctions2_function_iam_member` does not work. This...

This is also an issue when I try to apply macro to post-hook within seed property file. Since you cannot add config directly to seed file, the only workaround is...