Team, after upgrading to `0.8.43` I am facing issu...
# troubleshoot
n
Team, after upgrading to
0.8.43
I am facing issues with Okta Ingestion. Looks like an additional parameter
report-to
has been added in this version
Copy code
--report-to TEXT                Provide an output file to produce a\n'
           'This version of datahub supports report-to functionality\n'
           'datahub ingest run -c /tmp/datahub/ingest/6ff6e569-5133-4711-accb-2a321ade586a/recipe.yml --report-to
Any thoughts on the resolution?
Its working when setting to older client version
0.8.40
m
@nutritious-bird-77396 what error are you seeing?
b
Uh oh - definitely looks like the default isn't being picked up
It should just default to "datahub"
m
@big-carpet-38439 the report-to message is a red herring
The real problem was the okta corpuser aspect origin that was missing
b
whoaa
n
The error stack doesn't give enough info to quickly identify the issue...
Copy code
'Elapsed seconds = 24\n'
           '  --report-to TEXT                Provide an output file to produce a\n'
           'This version of datahub supports report-to functionality\n'
           'datahub ingest run -c /tmp/datahub/ingest/6ff6e569-5133-4711-accb-2a321ade586a/recipe.yml --report-to '

'[2022-08-17 22:05:25,799] INFO     {datahub.cli.ingest_cli:123} - Source (okta) report:\n'
           "{'workunits_produced': '0',\n"
           " 'workunit_ids': [],\n"
           " 'warnings': {},\n"
           " 'failures': {},\n"
           " 'cli_version': '0.8.42',\n"
           " 'cli_entry_location': '/tmp/datahub/ingest/venv-okta-0.8.42/lib/python3.9/site-packages/datahub/__init__.py',\n"
           " 'py_version': '3.9.9 (main, Dec 21 2021, 10:03:34) \\n[GCC 10.2.1 20210110]',\n"
           " 'py_exec_path': '/tmp/datahub/ingest/venv-okta-0.8.42/bin/python3',\n"
           " 'os_details': 'Linux-5.4.204-113.362.amzn2.x86_64-x86_64-with-glibc2.31',\n"
           " 'filtered': []}\n"
           '[2022-08-17 22:05:25,800] INFO     {datahub.cli.ingest_cli:126} - Sink (datahub-rest) report:\n'
           "{'records_written': '0', 'warnings': [], 'failures': [], 'gms_version': 'v0.8.43'}\n"
           '[2022-08-17 22:05:26,038] ERROR    {datahub.entrypoints:188} - Command failed with There is no current event loop in thread '
m
yeah, we've made some big improvements in logging and reporting recently.
will announce in townhall
completely agree the messages ^ don't show anything useful