fileio functions
This commit is contained in:
@@ -129,8 +129,8 @@ def main():
|
||||
logger = SupersetLogger(level=logging.INFO, console=True)
|
||||
clients = setup_clients(logger)
|
||||
|
||||
target_client = clients['dev']
|
||||
search_query = r"match(r2.path_code, budget_reference.ref_code || '($|(\s))')"
|
||||
target_client = clients['prod']
|
||||
search_query = r".account_balance_by_contract"
|
||||
|
||||
results = search_datasets(
|
||||
client=target_client,
|
||||
|
||||
Reference in New Issue
Block a user