bryan_rose
04/28/2023, 6:48 AMversion: 1
send_anonymous_usage_stats: false
plugins:
extractors:
- name: tap-pluralsight
namespace: tap_pluralsight
pip_url: git+<https://github.com/repo/tap>
settings:
# Stream maps
- name: stream_maps.pluralsight_contentcatalog.__alias__ ### want this to apply to all streams without hard coding
value: ${CLIENT_NAME}_${STREAM_NAME}
capabilities:
- state
- catalog
- discover
config:
api_token: $INTEGRATIONS_TAP_PROVIDER_API_TOKEN
Is there a way to do something like:
# Stream maps
- name: stream_maps.*.__alias__
value: ${CLIENT_NAME}_${STREAM_NAME}
So that this logic gets to applied to all/any stream that gets passed?Andy Carter
04/28/2023, 7:54 AMuser
04/28/2023, 3:45 PMbryan_rose
04/28/2023, 6:40 PMAndy Carter
05/09/2023, 8:03 AMprefix
• target-mssql
• target-bigquery (adswerve variant)