Skip to content

Commit

Permalink
fix(matlab): fix lint (#15635)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Apr 3, 2024
1 parent 95d1c36 commit 18075b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-storage/snowflake/read-snowflake-by-matlab/main.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
conn = database('archer-snowflake', 'production_tracker_db_public_readonly', 'xxx')
conn = database('hm-snowflake', 'production_tracker_db_public_readonly', 'xxx');

fieldNames = {'record_metadata', 'record_content'};

Expand Down

0 comments on commit 18075b7

Please sign in to comment.