Elon Gliksberg
Elon Gliksberg
Not that big of a deal, but in terms of the issue name, it's not just `-d` it's that the `lineage` parameters are not passed in general to the `generate`...
> My overall feedback is that when you document new concepts that are completely unfamiliar to our users, like this macro, you should be as explicit as possible. > >...
Started working on a PR [here](https://github.com/elementary-data/dbt-data-reliability/pull/90) but stopped working on it for the time being. If anyone would like to continue, this should be a _really_ good place to start.
Sharing my idea of how to implement this feature. 1. Introduce a new `disable_skipped_model_alerts` under [`get_config_var`](https://github.com/elementary-data/dbt-data-reliability/blob/master/macros/edr/system/system_utils/get_config_var.sql) with a default `false` value. 2. Under the [`alerts_dbt_models`](https://github.com/elementary-data/dbt-data-reliability/blob/master/models/edr/alerts/alerts_dbt_models.sql) model, add to the `where`...
 @sfc-gh-jdu Just take any Timestamp column, convert it to Pandas, convert it back, and it'll change to Long type. Look at the `DETECTED_AT` field in the image. By the...
@sfc-gh-jdu Hi! Any updates? I'd love to supply additional information if needed. Appreciate your help.
Fixing it for me specifically will not do since I'm developing a package and I want it to work for other users as well. Isn't there a way to enforce...
@sfc-gh-jdu @sfc-gh-stan Thank you very much for addressing the issue. Did you get a chance to look at the other one I created? It's a bit more important I believe....
Chiming in to provide some technical guidance. In practice, I think that the necessary change is mostly doing a search and replace of `redshift__` with `postgres__` in [our dbt package](https://github.com/elementary-data/dbt-data-reliability)...
Hi @kouridis ! Thanks for the update, great progress! > (kept the last 63 chars as table name instead of first 63) Sounds to me like a good solution. Regarding...