Skip to content

Commit

Permalink
Update docs and remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <[email protected]>
  • Loading branch information
wcchang1115 committed Oct 25, 2023
1 parent 07ecb8b commit ce67823
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions docs/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ The `.piperider/` folder may contains these files
Name | Description
------------|---------------
config.yml | The project config file. Generated by `piperider init`. Contains the data source and dbt integration settings.
credentials.yml | The data source connection parameters and credentials to connect to data sources. This is supposed to not be source controlled.
assertions/ | The folder to define assertions. Please see [assertions](./assertions.md)
plugins/ | The folder to define custom defined test function. Please see [user defined test function](./user-defined-test-function.md)
credentials.yml | The data source connection parameters and credentials to connect to data sources. This is supposed to not be source controlled.
outputs/ | The piperider run raw result generated by `piperider run`
reports/ | The piperider report generated by `piperider generate-report`
comparisons/ | The piperider report generated by `piperider compare-report`
Expand Down
1 change: 0 additions & 1 deletion piperider_cli/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ class PreRunValidatingResult(Enum):


def _pre_run_validating(ds: DataSource) -> (PreRunValidatingResult, Exception):
console = Console()
err = ds.verify_connector()
if err:
return PreRunValidatingResult.FAILED_TO_LOAD_CONNECTOR, err
Expand Down

0 comments on commit ce67823

Please sign in to comment.