Dawid
- Total activity 129
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 35
-
Dawid commented, -
Dawid created a post, Ability to see results of each CTE
It would be useful to configure console/query that we would like to see the output of each CTE. -
-
-
Dawid created a post, AnsweredBigQuery - Impersonate Service Account
Can we use the the Service Account Impersonation for BigQuery connection? https://cloud.google.com/docs/authentication/use-service-account-impersonation -
Dawid created a post, Valid Snowflake PIVOT query is failing
Pivot is not that new, hence I don't understand why it's not supported? Query like that is going to fail: SELECT * FROM ( SELECT * FROM sources.monday.items WHERE board_... -
Dawid created a post, AnsweredCode Style - CTEs
I am wondering which options would I need to change to edit the wrapping of the inner-code of a CTE?I would like it to be indented but only to the new line:WITH all_columns AS ( SELECT DISTINCT )... -
-
Dawid created a post, Export Data to File (Postgres) - 0 records but no errors
I am trying to export some tables from Postgres database using CSV format. The process works and there are no errors but I always get (at least for those tables) 0 records saved. It takes couple of... -
Dawid created a post, Host in Snowflake gets replaced by "https"
The connection works but when I go into edit my source for some reason, I don't see the originally copied value but just “https”:But I think in the background the value is still there as Test Conne...