hoverinc / tableau-utilities

A module and CLI Utility for managing Tableau objects, locally, and in Tableau Online.
MIT License
4 stars 1 forks source link

Hierarchies / Drill Paths Not including fields after edit #35

Open jaybythebay opened 1 year ago

jaybythebay commented 1 year ago

@JustinGrilli this blocks the 2.0 release. I thought I had this working so I'll need your help debugging.

BEFORE

  <drill-paths>
    <drill-path name='Salesforce Billing Country, Salesforce Billing State, Salesforce Billing City'>
      <field>[SALESFORCE_BILLING_COUNTRY]</field>
      <field>[SALESFORCE_ACCOUNT_BILLING_STATE]</field>
      <field>[SALESFORCE_ACCOUNT_BILLING_CITY]</field>
    </drill-path>
  </drill-paths>

AFTER

<drill-paths>
    <drill_paths name="Salesforce Billing Country, Salesforce Billing State, Salesforce Billing City" />
</drill-paths>