Happy Wednesday! 🐫
This release of the dbt_salesforce_formula_utils
package includes the following updates:
Under the Hood
- The string
__table
is now appended to the table alias within the macro to match the formula translation provided within the connector. To ensure consistency across the board, thereserved_table_name
argument is now ignored in place of the{{source_table}}__table
format. (#51)- The
reserved_table_name
argument is still accepted, but it will now be ignored for the time being. This will be removed in the next breaking release.
- The