Skip to content

Commit

Permalink
fix: Correct comment string syntax in CQL table creation template
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Dodla committed Feb 13, 2025
1 parent 5a83cca commit b08d51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
created_ts TIMESTAMP,
PRIMARY KEY ((entity_key), feature_name)
) WITH CLUSTERING ORDER BY (feature_name ASC)
AND COMMENT="project={project}, feature_view={feature_view}";
AND COMMENT='project={project}, feature_view={feature_view}';
"""

DROP_TABLE_CQL_TEMPLATE = "DROP TABLE IF EXISTS {fqtable};"
Expand Down

0 comments on commit b08d51e

Please sign in to comment.