Kalyan R
Kalyan R
> > As of now, I don't think we have a formal dev standard for this. But the above is consistent with what we might adopt as a standard if...
> Hey @rawwar, do you need need help to push this over the finish line? I had some personal things going on. I will try to look into it this...
> Hey @rawwar, do you need need help to push this over the finish line? I tried to resolve the issue since weekend and I am unable to. Would appreciate...
@shubhransh-locale , take a look at Meltano(www.github.com/meltano/meltano). You can create and schedule jobs with it
@Taragolis , based on your comment [here](https://github.com/apache/airflow/issues/38195#issuecomment-2042644747) > As far as i remember, we recently discuss this case in slack. I guess better introduce sa_uri property (or some similar naming)...
> I would rather do not mix-in introduce changes into DBApiHook and other hook in the same PR unless absolutely necessary. So I would rather create a new propery (via...
@pankajkoti, Yes, I have tested them. Allow/Block list without pattern worked perfectly. However, I noticed the following behaviour when using pattern matching, which I am not sure if it's right....
Block lists seem to be working as intended. 1. `AIRFLOW__METRICS__METRICS_BLOCK_LIST` = `.*duration.*` : works perfectly FYI: I have been using different tags for different settings to differentiate between searches.
Env variables set: AIRFLOW__METRICS__STATSD_DATADOG_ENABLED | true -- | -- AIRFLOW__METRICS__STATSD_DATADOG_TAGS | testNo:C2 DATADOG_API_KEY | ● ● ● ● ● ● ● AIRFLOW__METRICS__METRICS_USE_PATTERN_MATCH | true AIRFLOW__METRICS__METRICS_ALLOW_LIST | `.*print_astronaut_craft.*`
> Code change LGTM, but I'm not sure that second allow-list example (the one you seemed unsure about) is working as expected. Either way, that is not in scope for...