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

Add ingesting parent segment configuration to monitoring workflow #407

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

o-mura
Copy link
Contributor

@o-mura o-mura commented Jul 10, 2024

Add a function of ingesting parent segment configuration to CDP monitoring workflow

@o-mura o-mura requested a review from a team as a code owner July 10, 2024 14:17
df = pd.DataFrame(l)
df['time'] = int(session_unixtime)
df['attributes'] = df['attributes'].apply(convert_to_json)
df['behaviors'] = df['behaviors'].apply(convert_to_json)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the API return schedule and query engine (Presto and Hive, and Hive only for example)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, to obtain detailed settings, the ParentSegment ID must be specified.
So, we will need to issue as many REST APIs as there are ParentSegments.
https://api-docs.treasuredata.com/pages/audience_api_v1/operation/audiences_show/

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.

2 participants