am trying to manage production and development environments using the GCP cloud GUI from the same code base. I have created separate release configurations and workflow configurations based off of the same DAG, with the only difference that the production environment data resides in a schema with _prod as the suffix.
I have accordingly included the correct suffix in the release configuration for production:
However, I have discovered that it does not apply to my source data, which uses `schema: dataform.projectConfig.defaultSchema` in the declaration. Am I configuring my project correctly?