Tamas Nemeth

Results 36 comments of Tamas Nemeth

@DantasB thanks, now there are a few mypy validation error -> https://github.com/datahub-project/datahub/runs/5984956469?check_suite_focus=true#step:6:1126 ``` src/datahub/ingestion/source/redash.py:503: error: Argument 1 to "_get_database_name_based_on_datasource" of "RedashSource" has incompatible type "Optional[Any]"; expected "Dict[Any, Any]" src/datahub/ingestion/source/redash.py:552: error:...

@DantasB hey, let me know if you need help resolving these mypy issues: ``` src/datahub/ingestion/source/redash.py:551: error: Argument 1 to "allowed" of "AllowDenyPattern" has incompatible type "Optional[str]"; expected "str" src/datahub/ingestion/source/redash.py:673: error:...

The above pr should fix this, thanks @oleg-ruban for reporting.

@gvillafanetapia @AprilJoy We need to update our docs because the correct way to set outlets is the following: https://github.com/datahub-project/datahub/blob/ae577ddff24d6ac0db84fe6844590cd154c81f59/metadata-ingestion/examples/airflow/circuit_breaker/long_tail_companion/01-operation/ecommerce/01_snowflake_load.py#L35 Basically you don't need the `datasets` object and it should look...

I update the examples in this pr -> https://github.com/datahub-project/datahub/pull/5696/files

> Hi, any update? /cc: @treff7es @jjoyce0510 I just checked and basically what we do is to generate PlatformInstance even if the platform is not set in the config or...

Currently, we drop tables from a lineage that does not exist anymore. Possible solution can be to resolve those connections where A -> TempB -> C to A -> C...

@atul-chegg, please, can you elaborate more on what you tried to do when you got this issue? How I would be able to reproduce it?

Thanks for the super detailed comment. Let me dig into this.