diff --git a/README.md b/README.md index 4ebcf55fc..6f03f44e4 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ data-validation (--verbose or -v) (--log-level or -ll) validate row [--service-account or -sa PATH_TO_SA_KEY] Service account to use for BigQuery result handler output. [--filters SOURCE_FILTER:TARGET_FILTER] - Colon spearated string values of source and target filters. + Colon separated string values of source and target filters. If target filter is not provided, the source filter will run on source and target tables. See: *Filters* section [--config-file or -c CONFIG_FILE] @@ -237,7 +237,7 @@ data-validation (--verbose or -v) (--log-level or -ll) generate-table-partitions [--partition-key PARTITION_KEY, -partkey PARTITION_KEY] Column on which the partitions would be generated. Column type must be integer. Defaults to Primary key [--filters SOURCE_FILTER:TARGET_FILTER] - Colon spearated string values of source and target filters. + Colon separated string values of source and target filters. If target filter is not provided, the source filter will run on source and target tables. See: *Filters* section ``` diff --git a/docs/connections.md b/docs/connections.md index 27e8fcb3f..441f7a104 100644 --- a/docs/connections.md +++ b/docs/connections.md @@ -143,7 +143,7 @@ data-validation connections add ### Oracle User permissions to run DVT: * CREATE SESSION * READ or SELECT on any tables to be validated -* Optional - Read on SYS.V_$TRANSACTION (required to get isolation level, if privilege is not given then will default to Read Commited, [more_details](https://docs.sqlalchemy.org/en/14/dialects/oracle.html#transaction-isolation-level-autocommit)) +* Optional - Read on SYS.V_$TRANSACTION (required to get isolation level, if privilege is not given then will default to Read Committed, [more_details](https://docs.sqlalchemy.org/en/14/dialects/oracle.html#transaction-isolation-level-autocommit)) ## MSSQL Server Please note the MSSQL Server package is not installed by default. You will need to follow [SQL Server](https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server) installation steps.