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
def sync_selected_streams(atx):
selected_streams = atx.selected_stream_ids
# last_synced_stream = atx.state.get('last_synced_stream')
if IDS.TEAM_TABLE in selected_streams:
sync_metrics(atx, 'team_table')
in order to have the streams in the selected_stream_ids, we need to add a entry in the catalog.json with an empty breadcrumbs array to be set in the ()value of the map generated from the catalog.
The text was updated successfully, but these errors were encountered:
Wrong argument in snippet
In the README.md, it is stated:
While the catalog argument is not parsed by the tap. Instead, the
properties
argument is used: https://github.com/singer-io/tap-frontapp/blob/master/tap_frontapp/__init__.py#L84Missing information
In order for the tap to run, we need to add an entry in the streams record of the catalog.
See:
https://github.com/singer-io/tap-frontapp/blob/master/tap_frontapp/context.py
https://github.com/singer-io/tap-frontapp/blob/master/tap_frontapp/streams.py
in order to have the streams in the
selected_stream_ids
, we need to add a entry in the catalog.json with an empty breadcrumbs array to be set in the()
value of the map generated from the catalog.The text was updated successfully, but these errors were encountered: