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

486 - Power Platform Data Analytics Export #563

Closed
wants to merge 18 commits into from

Conversation

militm
Copy link

@militm militm commented Jan 23, 2025

This pull request includes significant updates to the analytics data export service, including new API functionalities, data models, and documentation updates. The changes introduce new data source capabilities, detailed schema definitions, and enhanced testing guidelines.

New API functionalities:

Data models and schema definitions:

Documentation updates:

  • .github/copilot-instructions.md: Added detailed guidelines for compiling code, running tests, and writing comments, ensuring consistency and clarity in the development process.

Change log:

  • .changes/unreleased/added-20250308-084936.yaml: Documented the addition of a new data source, including the issue reference for tracking.This pull request introduces support for Power Platform Analytics by adding new configuration URLs, constants, and data models. The changes include updates to the configuration files, creation of new data transfer objects (DTOs) and models, and implementation of API client methods for analytics data export.

Configuration Updates:

  • Added PowerPlatformAnalyticsUrl to ProviderConfigUrls in internal/config/config.go.
  • Introduced PUBLIC_POWERPLATFORM_ANALYTICS_API_DOMAIN constant in internal/constants/constants.go.
  • Updated getCloudPublicUrls function to include PowerPlatformAnalyticsUrl in internal/provider/provider.go.

New Data Models and DTOs:

  • Created AnalyticsDataDto, AnalyticsDataCreateDto, EnvironmentDto, and SinkDto in internal/services/powerplatform_analytics_data_export/analytics_data_export_dto.go.
  • Added AnalyticsDataModel, Environment, Sink, and Status structs in internal/services/powerplatform_analytics_data_export/analytics_data_export_model.go.

API Client Implementation:

  • Implemented NewTelemetryExport, Client, GetAnalyticsDataExport, and CreateAnalyticsDataExport methods in internal/services/powerplatform_analytics_data_export/api_analytics_data_export.go.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@militm militm self-assigned this Jan 23, 2025
@militm militm changed the title New PR and first commit 486 - Power Platform Data Analytics Export Jan 23, 2025
mattdot

This comment was marked as outdated.

@mattdot mattdot linked an issue Feb 13, 2025 that may be closed by this pull request
10 tasks
@mattdot mattdot assigned ianjensenisme and unassigned militm Mar 3, 2025
@mattdot mattdot self-requested a review March 8, 2025 08:40
@mattdot mattdot assigned mattdot and unassigned ianjensenisme Mar 8, 2025
@mattdot mattdot closed this Mar 11, 2025
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

Successfully merging this pull request may close these issues.

powerplatform_analytics_data_export resource
3 participants