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
Copy file name to clipboardExpand all lines: fastapi/.env.example
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,10 @@
1
-
# Local Lakebase Configuration (legacy - replaced by Lakebase config below)
2
-
# DATABRICKS_DATABASE_INSTANCE=<INSTANCE_NAME>
3
-
# DATABRICKS_DATABASE_NAME=<DATABASE_NAME>
4
-
DATABRICKS_DATABASE_PORT=5432
5
-
6
-
# Table Configuration
7
-
DEFAULT_POSTGRES_SCHEMA=<SCHEMA_NAME>
8
-
DEFAULT_POSTGRES_TABLE=<TABLE_NAME>
9
-
10
1
# Lakebase Configuration
11
2
LAKEBASE_INSTANCE_NAME=<LAKEBASE_INSTANCE_NAME># Name of the Lakebase instance
12
3
LAKEBASE_DATABASE_NAME=<LAKEBASE_DATABASE_NAME># Name of the Lakebase database
13
4
LAKEBASE_CATALOG_NAME=<LAKEBASE_CATALOG_NAME># Name of the Lakebase catalog
14
5
SYNCHED_TABLE_STORAGE_CATALOG=<SYNCED_TABLE_CATALOG># Catalog where you have permissions to create tables. Used to store metadata from the lakebase synced table pipeline.
15
6
SYNCHED_TABLE_STORAGE_SCHEMA=<SYNCED_TABLE_SCHEMA># Schema where you have permissions to create tables. Used to store metadata from the lakebase synced table pipeline.
0 commit comments