hi all, I'm writing a new target and want to know ...
# troubleshooting
p
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
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! 🙂