You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the insertion of "selected": true. Is this the intentional behavior? It means that without sifting through the catalog, this tap will not sync any streams. Shouldn't there at least be a "selected": false for each stream?
The text was updated successfully, but these errors were encountered:
This tap requires a catalog to run. However, when the tap is run in discovery mode and a catalog is generated,
tap-xero --config config.json --discover > catalog.json
non of the streams have a "selected: true/false" field in the catalog. One has to be manually inserted.
For example, by default, the bank_transactions stream in the catalog is
To enable, this must be replaced with
Note the insertion of "selected": true. Is this the intentional behavior? It means that without sifting through the catalog, this tap will not sync any streams. Shouldn't there at least be a "selected": false for each stream?
The text was updated successfully, but these errors were encountered: