

Use a Create Table as Select (CTAS) query to create a dataset, assign datatypes, set a primary identity, create a schema, and mark it as profile-enabled. The SQL query provided below assumes the use of a pre-existing namespace. Create a table with an option to enable it for profile This includes making changes to your datasets and field groups if needed. Query Service allows you to perform all of the actions listed above using SQL queries. If you enabled the dataset for profile, you can also create segments that refer to the new attribute and begin producing insights. Optionally mark a dataset as profile-enabled.Īfter completing the steps mentioned above, you are ready to populate the dataset.Create a new dataset using your schema and enable it for profile, if needed.Create a schema using the field group and datatype created earlier.

Create or assign a primary identity column with the namespace created earlier.Create a field group with that datatype to store the derived attribute information.

