You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise AttributeError(f"Unsupported argument '{key}'") from None
AttributeError: Unsupported argument 'url'
An error occurred while running the flow: Command '['uv', 'run', 'kickoff']' returned non-zero exit status 1.
mysql_search_tool.py
line no - 29
kwargs["loader"] = MySQLLoader(config=dict(url=self.db_uri))
MySQLLoader not longer accepts the url I think ! and which has made this feature run into error
The text was updated successfully, but these errors were encountered:
This is the error on the terminal
raise AttributeError(f"Unsupported argument '{key}'") from None
AttributeError: Unsupported argument 'url'
An error occurred while running the flow: Command '['uv', 'run', 'kickoff']' returned non-zero exit status 1.
mysql_search_tool.py
line no - 29
kwargs["loader"] = MySQLLoader(config=dict(url=self.db_uri))
MySQLLoader not longer accepts the url I think ! and which has made this feature run into error
The text was updated successfully, but these errors were encountered: