my .yml file somehow ended up with a `select:` lin...
# troubleshooting
k
my .yml file somehow ended up with a
select:
line, but no contents (see below). When I tried to select data with
meltano select tap-stripe customers
, I kept getting the error "`'NoneType' object has no attribute 'append`'", leading me to think no customer data was found. Resolved by removing the empty select line ....and it's probably on me to keep things tidier, but wanted to pass along
Copy code
- name: dev
  config:
    plugins:
      extractors:
      - name: tap-stripe
        config:
          account_id: not_shown
          start_date: '2022-04-01T00:00:00Z'
        load_schema: test_stripe_data
        select:
      loaders: