Alexandre Girbal

Results 1 issues of Alexandre Girbal

Using Python3.8 in a virtual environment, this query is showing an error even though it's working properly for Google BigQuery: ```python3 query = """ SELECT CAST( DATE_ADD(invoice_date, INTERVAL payment_term DAY)...