fivetran / dbt_package_automations

Project used by the Fivetran dbt package team to help automate package development and maintenance efforts.
3 stars 1 forks source link

CHANGELOG change formatted_package_name_here to `package_name_here` #24

Open fivetran-jamie opened 2 months ago

fivetran-jamie commented 2 months ago

In the new AWS Cloud Cost package, the automation created a changelog that said:

This is the initial release of the formatted_aws_cloud_cost dbt package!

When it should be

This is the initial release of the aws_cloud_cost dbt package!

Opening this PR to test out with the next new package, but lmk if this isn't how the automation works @fivetran-catfritz @fivetran-joemarkiewicz

fivetran-joemarkiewicz commented 2 months ago

Ah yeah the automation at a point is explicitly looking for the string "formatted_package_name_here". I'll search through and find the code where this is being referenced. 👀

fivetran-jamie commented 2 months ago

Sounds good! Yea I was only able to find direct references to packge_name_here but there's a lot going on under the hood here