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
{{ message }}
This repository was archived by the owner on May 21, 2024. It is now read-only.
Hi, I would like to use your emulator in my local environment.
I tried to use -cf my_new_instance.my_new_table.my_new_column_family flag to create an instance, table and column family on container start.
I cannot see the created instance and table when I run cbt ls from my system (after having set BIGTABLE_EMULATOR_HST=localhost:9035).
I set .cbtrc like this :
instance = my_new_instance
project = my_project
Do you have an idea of why cbt does not find the newly created table / instance on the emulator.
Otherwise, when I run cbt createtable the table seems reachable from cbt because I can see it when running cbt ls afterwards.