Join Slack
Powered by
hi all, I'm writing a new target and want to know ...
# troubleshooting
p
prakhar_srivastava
11/24/2023, 8:14 AM
hi all, I'm writing a new target and want to know if there's some way we can get tap_name, meltano_context (like run_id ) in the target ?
e
edgar_ramirez_mondragon
11/26/2023, 3:54 AM
Hi
@prakhar_srivastava
. You can probably get the tap name from
MELTANO_EXTRACTOR_NAME
and pass it to a target setting:
Copy code
config: your_setting: $MELTANO_EXTRACTOR_NAME
I don't think you can get the run ID but do log a GitHub issue for that! 🙂
Open in Slack
Previous
Next