Sumit Maheshwari
Sumit Maheshwari
Trying with a test url on localhost, but getting a bunch of errors in logs ``` url http://localhost:3000/api/account.json total_scan 1 scanid cfe2f0d1050bc56427e8644a593f7b7e name dadasd Traceback (most recent call last): File...
Client version: 2.1.0 Code: ``` dag_id = "example_bash_operator" dag_run_api_instance = dag_run_api.DAGRunApi(api_client) try: # Create a DAGRun object dag_run = DAGRun( dag_run_id='some_test_run', dag_id=dag_id, external_trigger=True, ) api_response = dag_run_api_instance.post_dag_run(dag_id, dag_run) pprint(api_response) except...
Client version: 2.1.0 Code: ``` dag_id = "example_bash_operator" try: api_response = dag_api_instance.get_tasks(dag_id) pprint(api_response) except airflow_client.client.exceptions.OpenApiException as e: print("Exception when calling DagAPI->get_tasks: %s\n" % e) ``` Error: ``` Exception when calling...
Awesome work!! A feature request, can we superimpose the different tenures of a person in diff orgs to these graphs as well? For example, the no of weekly connection graph...