bi_etl.utility.postgresql.psql_command module

bi_etl.utility.postgresql.psql_command.generate_extract_sql(table_name, sql_file_path, output_file_path, delimiter='\\013', null='', encoding='UTF-8')[source]
bi_etl.utility.postgresql.psql_command.psql(config: PSQL_Config, dbname: str, username: str, password: str, sql_file_path: str | Path)[source]
bi_etl.utility.postgresql.psql_command.psql_extract(self, dbname, username, password, table_name, output_file_path, delimiter='\\013', null='', encoding='UTF-8')[source]