Skip to content
New issue

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

feast apply error #21

Open
azydon opened this issue Aug 31, 2022 · 2 comments
Open

feast apply error #21

azydon opened this issue Aug 31, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@azydon
Copy link

azydon commented Aug 31, 2022

Feast SDK Version: "feast 0.23.2"
Traceback (most recent call last):
File "/home/azy/.local/bin/feast", line 8, in
sys.exit(cli())
File "/home/azy/.local/lib/python3.10/site-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/home/azy/.local/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/home/azy/.local/lib/python3.10/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/azy/.local/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/azy/.local/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/home/azy/.local/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/home/azy/.local/lib/python3.10/site-packages/feast/cli.py", line 495, in apply_total_command
apply_total(repo_config, repo, skip_source_validation)
File "/home/azy/.local/lib/python3.10/site-packages/feast/usage.py", line 287, in wrapper
raise exc.with_traceback(traceback)
File "/home/azy/.local/lib/python3.10/site-packages/feast/usage.py", line 276, in wrapper
return func(*args, **kwargs)
File "/home/azy/.local/lib/python3.10/site-packages/feast/repo_operations.py", line 304, in apply_total
project, registry, repo, store = _prepare_registry_and_repo(repo_config, repo_path)
File "/home/azy/.local/lib/python3.10/site-packages/feast/repo_operations.py", line 202, in _prepare_registry_and_repo
repo = parse_repo(repo_path)
File "/home/azy/.local/lib/python3.10/site-packages/feast/repo_operations.py", line 119, in parse_repo
module = importlib.import_module(module_path)
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/opt/feast_test/feature_repo/example.py", line 11, in
driver_hourly_stats = HiveSource(
File "/home/azy/.local/lib/python3.10/site-packages/feast_hive/hive_source.py", line 94, in init
super().init(
File "/home/azy/.local/lib/python3.10/site-packages/typeguard/init.py", line 1031, in wrapper
memo = _CallMemo(python_func, _localns, args=args, kwargs=kwargs)
File "/home/azy/.local/lib/python3.10/site-packages/typeguard/init.py", line 198, in init
self.arguments = signature.bind(*args, **kwargs).arguments
File "/usr/lib/python3.10/inspect.py", line 3179, in bind
return self._bind(args, kwargs)
File "/usr/lib/python3.10/inspect.py", line 3105, in _bind
raise TypeError(
TypeError: too many positional arguments

@dubeno
Copy link

dubeno commented Sep 1, 2022

+1

@bennfocus bennfocus added the bug Something isn't working label Sep 1, 2022
@stephyi
Copy link

stephyi commented Oct 26, 2022

+1

Repository owner deleted a comment from qywang2012 Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants