Hi all,
I’d like to propose that we start boosting XPilot into an AI that can help us in developing our data warehouses by supporting questions and tasks on the meta data of our model.
I think this should be possible since the TimeXtender model can be represented in an XML file and recently ChatGPT has added an XML interpreter which allows you to ask questions about it. ChatGPT does this by translating the question to Python XML parsing code and then running it to get the results, So far it’s been a struggle to get it working but I think it should be possible to create an AI on the TimeXtender model it if it has enough knowledge about how the TimeXtender meta data is structured.
I would like for XPilot to not only give me answers but also to make changes to the model. This can be a huge time saver in the case of repetitive tasks (e.g. updating multiple tables).
Below is a list of categories and sample questions / actions that I’d like to be able to ask to XPilot. If you like to idea of getting a super boosted XPilot, please upvote my post. What types of questions or tasks would you like to see supported? Write them below in the comments!
Greets,
Rogier
TimeXtender categories and questions / tasks
- Data model analysis
- List the tables that are missing a primary key definitions
- List the DSA tables that I can join the DSA OrderLine table to based on the fields available?
- List the tables are using a post or pre script and that don't have a dependency set
- List the DSA views that don't have mapped fields
- List the tables with property [….] enabled/disabled.
- List the MDW tables that have custom records configured
- List the DSA tables with object dependencies and list the dependant tables for each table
- List the tables or fields with […] in the description
- List the fields that have a TimeXtender or custom transformation but no description
- Code generation / transformations
- Create a tables called 'Sales' from the ODX table SalesLines from the AdventureWorks data source and add the following fields […]
- Set a default value of [...] for the fields […]
- Create a new varchar 50 field with a fixed value of 1 and a fixed value of 2.
- Set the batch size to [...] for the DSA tables […] when the current value is [...].
- Convert the varchar fields in the Customer table to nvarchar
- Can you suggest a custom SQL transformation that creates a running total of the Revenue field grouped by the CustomerKey and ordered by the SalesDataKey? (the current XPilot can already answer this)
- Set the value of the [...] field in the DSA [...] table to [...] when the value is [...] .
- Change the operator of the LastUpdate field to [...].
- Model quality and integrity
- What is the distribution of the CustomerType field in the DSA table Customers?
- Does the OrderLine table have duplicate records on the field OrderLineId?
- Give me a list of all DSA tables that have no rows
- Does the ProductDescription field in the DSA Product table have NULL values?
- List the tables with duplicate values
- Model governance and security
- Tag all the fields in the data model with the name [...] with the tag [...]
- List the tables that have a field tagged name [...]
- Data lineage
- List the ODX data sources, tables and fields that are used to calculate the [...] field in the [….] table in the [...] semantic layer
- Which fields in the DSA [...] table aren't used?
- List the MDW tables that have a [...] surrogate key field
- Team development
- Summarize the DWH Production instance changes since version […]
- Warn me when a colleague starts working on a model I'm currently working on
- Warn me when a colleague makes a change to a table that I currently also have changes open on