microsoft / microsoft/Dynamics-365-FastTrack-Implementation-Assets

CDMUtil App vs CDMUtil Pipeline: translateEnums functionality is missing

Open
#202 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
494
Forks
296
Avg merge
1d 10h
Merged PRs (30d)
5

Description

Hello @jiyada

In the template of the CDMUtil Pipeline, in the sql code of the activity CreateSynapse_ViewOrExternalTable, the severless views are created from this template:

declare @CreateViewDDL nvarchar(max) = 'CREATE OR ALTER VIEW  {0}.{1}  AS SELECT cast(r.filepath(1) as varchar(100)) as [$FileName], * FROM  OPENROWSET( BULK '{3}',  FORMAT = 'CSV', PARSER_VERSION = '{4}', DATA_SOURCE = '{5}', ROWSET_OPTIONS ={6}) WITH ({2}) as r'

The select * shows that the translateEnums functionality of the CDMUtil App is not supported. Are there any plans to implement it in the near future?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the CDMUtil Pipeline template and the SQL for the CreateSynapse_ViewOrExternalTable activity. Compare its OPENROWSET view definition with the CDMUtil App's translateEnums behavior, then determine the required scope and acceptance criteria for supporting enum translation in the pipeline; completion is not defined by the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
data-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.