dimitri-b
dimitri-b
Given this schema in a source table in BigQuery: attempting to persist a table as a subset of the source table throws an error: ```javascript connect("bigquery:///gcp-project-id-here") calendar = import_table("eCom_US.calendar") temp...
Running the following (or any other) script with `preql -m foo` command: ```javascript connect("bigquery:///gcp-project-id-here") cal = import_table("test_data.temp_cal") print(cal) ``` Results in the correct execution (judging by the output) but an...
Givent this schema in a source table: attempting to persist a table in BigQuery thows an error: ```javascript connect("bigquery:///gcp-project-name-here") calendar = import_table("eCom_US.calendar") temp = calendar{ Fin_Year, // INTEGER Fin_Year_Label //...
I'm not sure if this is a bug or expected behaviour, but if I have, for example, a FIXME tag nested between SECTION and !SECTION tags, and I set scope...