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

Python feature server giving error -> unexpected keyword argument 'no_feature_log' #4254

Closed
redhatHameed opened this issue Jun 4, 2024 · 0 comments · Fixed by #4255
Closed

Comments

@redhatHameed
Copy link
Contributor

redhatHameed commented Jun 4, 2024

Expected Behavior

Should be able to run the Python feature server with feast serve

Current Behavior

File "/usr/local/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
   return f(get_current_context(), *args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: serve_command() got an unexpected keyword argument 'no_feature_log'

Steps to reproduce

Run the command feast serve from the feature repo directory

Specifications

  • Version: 0.37.1
  • Platform: OS
  • Subsystem:

Possible Solution

remove the no-feature-log parameter from command

@click.option(
    "--no-feature-log",
    is_flag=True,
    show_default=True,
    help="Disable logging served features",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant