You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L89 in Spider2/spider2-lite/baselines/utils/post_utils.py gives KeyError: table_to_prjDataset. The table_json is generated in the preprocess stage for baseline model CODES. The file directory is table_json = osp.join(proj_dir, 'preprocessed_data/tables_preprocessed.json')
The text was updated successfully, but these errors were encountered:
Hi, for BQ credential, you don't need to fill the signup form, you only need to fill the snowflake form for snowflake account.
As long as you follow the steps in this link to register for BigQuery and generate credentials, you will be able to use it.
L89 in
Spider2/spider2-lite/baselines/utils/post_utils.py
gives KeyError:table_to_prjDataset
. Thetable_json
is generated in the preprocess stage for baseline model CODES. The file directory istable_json = osp.join(proj_dir, 'preprocessed_data/tables_preprocessed.json')
The text was updated successfully, but these errors were encountered: