Rodrigo Carneiro

Results 11 comments of Rodrigo Carneiro

hi @namdnguyen @feng-tao i created metabase dashboards and users extractor using metabasepy lib. i needed create a wrapper of metabasepy to add the dashboard method and added the metabase svg...

![image](https://user-images.githubusercontent.com/3239299/124506909-02b8b800-dda3-11eb-89d2-882301eb2743.png) @jensenity i did the extractor for dashboards and users added metabase icon i'll create the table -> dashboard relationship and remove the hardcode to select the specific database that...

Same problem with s3:// artifacts. ` if not dst_source.startswith(("dbfs:","s3:","mlflow-artifacts:")) and not os.path.exists(dst_source): raise MlflowExportImportException(f"'source' argument for MLflowClient.create_model_version does not exist: {dst_source}") `

@murilo-campaner acho que não vem todos os deals mesmo. tentei copiar uma segunda conta minha e não recebi o evento conseguiu resolver?

fiquei na dúvida se sendMensage pro live deal retornaria todos ( como tem na documentação). por coincidência notei que hj parou de receber esse evento. vc reparou ? já era...

i've been working with dbt, maybe I can help

first version of dbt manifest importer https://github.com/datacontract/datacontract-cli/pull/317 Usage: Contract with all dbt models $datacontract import --format dbt --source /path/manifest_dbt.json Contract with only 2 models $datacontract import --format dbt --source /path/manifest_dbt.json...

hi @nicor88 i have the same needs i created a log monitoring system, each system save json files in S3 buckets every day a airflow dag runs dbt models that...

PR with the unique tmp table name for iceberg tables https://github.com/dbt-labs/dbt-athena/pull/757