macro logic, need to clean a bit

This commit is contained in:
Pablo Martin 2024-05-17 17:54:20 +02:00
parent 75fe0e510a
commit 93c2de6f03
4 changed files with 26 additions and 56 deletions

View file

@ -0,0 +1,8 @@
-- depends_on: {{ ref('xero__invoice_line_items') }}
-- depends_on: {{ ref('xero__invoices') }}
-- depends_on: {{ ref('xero__credit_note_line_items') }}
-- depends_on: {{ ref('xero__credit_notes') }}
{% set relevant_item_codes = "('Verification Fee')" %}
{{ generate_xero_net_fees_model(relevant_item_codes) }}