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

Review onboarding for DataSources #473

Open
brifordwylie opened this issue Sep 4, 2024 · 0 comments
Open

Review onboarding for DataSources #473

brifordwylie opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels
artifact Artifact base class data_source SageWorks DataSource

Comments

@brifordwylie
Copy link
Member

Onboarding for DataSources is doing a LOT of meta data refreshes.. let's find out why

ds.set_display_columns(ds.column_names())
2024-09-04 13:40:19 (data_source_abstract.py:98) IMPORTANT Setting Display Columns...['id', 'name', 'height', 'weight', 'salary', 'age', 'iq_score', 'food', 'likes_dogs', 'date']
2024-09-04 13:40:19 (create_view.py:54) IMPORTANT Creating display view test_data_display...
2024-09-04 13:40:24 (data_source_abstract.py:304) IMPORTANT Onboarding test_data...
2024-09-04 13:40:26 (aws_service_broker.py:169) WARNING Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:40:26 (aws_service_broker.py:170) MONITOR Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:41:51 (aws_service_broker.py:169) WARNING Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:41:51 (aws_service_broker.py:170) MONITOR Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:42:34 (aws_service_broker.py:169) WARNING Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:42:34 (aws_service_broker.py:170) MONITOR Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:43:32 (aws_service_broker.py:169) WARNING Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:43:32 (aws_service_broker.py:170) MONITOR Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:43:44 (aws_service_broker.py:169) WARNING Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:43:44 (aws_service_broker.py:170) MONITOR Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:43:51 (aws_service_broker.py:169) WARNING Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
2024-09-04 13:43:51 (aws_service_broker.py:170) MONITOR Getting ServiceCategory.DATA_CATALOG Metadata with force_refresh=True...
@brifordwylie brifordwylie added data_source SageWorks DataSource artifact Artifact base class labels Sep 4, 2024
@brifordwylie brifordwylie added this to the SageWorks: 0.9.x milestone Sep 4, 2024
@brifordwylie brifordwylie self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
artifact Artifact base class data_source SageWorks DataSource
Projects
Status: Backlog
Development

No branches or pull requests

1 participant