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

All column names not contained in columns attribute #255

Closed
daniel-sol opened this issue Nov 8, 2023 · 0 comments
Closed

All column names not contained in columns attribute #255

daniel-sol opened this issue Nov 8, 2023 · 0 comments
Assignees

Comments

@daniel-sol
Copy link
Contributor

Reported by Øyvind Lind-Johansen
The TableCollection attribute columns does not include all the available column names.

This code snippet
from fmu.sumo.explorer import Explorer
CASE = Explorer("prod").get_case_by_uuid("ff4b33d5-f653-4d96-856b-0289dda2bc0b")
SUMMARY = CASE.tables.filter("SMB_HISTORY", "summary", aggregation="collection")
print([name for name in SUMMARY.columns if name.startswith("W")])
returns an empty list, but should give more than 10000 hits (based on swagger)

@rwiker rwiker self-assigned this Sep 12, 2024
@rwiker rwiker mentioned this issue Sep 12, 2024
6 tasks
@equinor-ruaj equinor-ruaj linked a pull request Sep 16, 2024 that will close this issue
6 tasks
@equinor-ruaj equinor-ruaj removed a link to a pull request Sep 16, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants