Skip to content

Commit a6fe61e

Browse files
author
Adriano Sanges
committed
Fix MotherDuck token environment variable casing
- Correct environment variable name from 'MOTHERDUCK_TOKEN' to 'motherduck_token' - Ensure proper token retrieval for MotherDuck connection configuration
1 parent 669483d commit a6fe61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

real-estate-sqlmesh/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gateways:
33
connection:
44
type: motherduck
55
database: adriano_warehouse
6-
token: {{ env_var('MOTHERDUCK_TOKEN') }}
6+
token: {{ env_var('motherduck_token') }}
77

88
default_gateway: local
99

0 commit comments

Comments
 (0)