Hey, I found `select_filter` feature but I am fail...
# plugins-general
j
Hey, I found
select_filter
feature but I am failing to use it for an excluding. Example:
Copy code
extractors:
    - name: tap-jira
      variant: meltanolabs
      pip_url: git+<https://github.com/MeltanoLabs/tap-jira.git>
      config:
        domain: <http://gooddata.atlassian.net|gooddata.atlassian.net>
        auth:
          flow: password
          username: xxxxx
        start_date: '2024-01-23'
        flattening_enabled: 'True'
        flattening_max_depth: 1
      select:
        - issues.*
      select_filter:
        - "!*customfield*"
Meltano tap-jira is still processing custom_field attributes (and logs warnings that some of them are unknown). How to exclude correctly? https://docs.meltano.com/concepts/plugins/#select-filter-extra
👀 2