popcornylu
popcornylu
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Setup environment Setup snowflake backend. Have a table with...
``` %%xterm apt update apt install htop vim ``` I am the author of this project. If there are at least 3 (positive) emojis of the issue, i will implement...
``` %xterm --height 400 ``` I am the author of this project. If there are at least one (positive) emoji of the issue, i will implement it!
change this message in the CLI: `Please run 'pip install piperider[csv]' to get the csv connector` to `Please run "pip install 'piperider[csv]'" to get the csv connector` The original one...
### Summary Currently, when there are failed test, it still return zero exit-code. If we would like to integrate pipeline in workflow system (e.g. airflow) or CI system (e.g. jenkins,...
### Summary Run profiler is costly and time-consumer. It would be good to run tests only. ### Intended Outcome 1. New command `piperider test` 2. Do the test relevant queries...
### Summary Current, the run report is only to visualize the table/column profiling result. However, assertions are another key feature for piperider. It is desirable to see the test results...
### Summary Currently, the assertion rules are all based on the profiling result. However, it is not enough as a data quality tool. There are some assertion can not work...
### Summary Data source integration with [Trino](https://trino.io/) ### Intended Outcome - Support password authentication: `server`, `port`, `database `, `schema`, `user`, `password` - Supoprt [dbt trino profile](https://docs.getdbt.com/reference/warehouse-profiles/trino-profile) ### How will it...