jack enloe
jack enloe
> Hi, the server element should include `dataset: {model}` to tokenize the model name `cool_table_name` what exactly does this mean? should server look like this? ``` servers: [my-project-id]/[my dataset name]:...
@jochenchrist `datacontract-cli==0.10.24`
> Do you have any special characters in your table or project name? no, we just have dashes and numbers.
@jochenchrist so here is what I did i ran the following command: ` datacontract import --format bigquery --bigquery-project data-sandbox-354716 --bigquery-dataset hausdemo --bigquery-table [MY-TABLE-NAME] --dialect bigquery` it returned the following ```...
@jochenchrist this query, from soda will not work ``` SELECT COUNT(CASE WHEN date IS NULL THEN 1 END), COUNT(CASE WHEN field-name-1 IS NULL THEN 1 END), COUNT(CASE WHEN NOT (field-name-1...
the service account referenced by DATACONTRACT_BIGQUERY_ACCOUNT_INFO_JSON_PATH is a bigquery admin