dataform-co / dataform

Dataform is a framework for managing SQL based data operations in BigQuery
https://cloud.google.com/dataform/docs
Apache License 2.0
856 stars 166 forks source link

It should be possible to escape ${ #997

Closed BenBirt closed 4 years ago

BenBirt commented 4 years ago

Context: https://dataform-users.slack.com/archives/CHMJK8MKM/p1600255751059600

BenBirt commented 4 years ago

For the reasons listed in https://github.com/dataform-co/dataform/pull/1064, I suspect this is something we actually don't want to do - or at least risks being able to undo what is arguably a mistake in SQLX.

For now, users will just have to write ${"${"} which isn't too bad.