We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, have added Postgresql connection and created dataframe which has below datatype: object_id int64 discovery_id int64 schema object object_type object object_name object no_of_rows int64 table_size_mb int64 lines_of_code int64 object_created_datetime datetime64[ns, UTC] created_at datetime64[ns, UTC] modified_at datetime64[ns, UTC]
while running Agent, I am getting below error: KeyError: 'datetime64_ns_utc_'
Could you please help to resolve this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, have added Postgresql connection and created dataframe which has below datatype:
object_id int64
discovery_id int64
schema object
object_type object
object_name object
no_of_rows int64
table_size_mb int64
lines_of_code int64
object_created_datetime datetime64[ns, UTC]
created_at datetime64[ns, UTC]
modified_at datetime64[ns, UTC]
while running Agent, I am getting below error:
KeyError: 'datetime64_ns_utc_'
Could you please help to resolve this?
The text was updated successfully, but these errors were encountered: