Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  dxmc examples - Any document to refer?

    Posted 04-10-2019 05:53:00 PM

    Trying to use dxmc for day to day masking executions. While adding connection for delimited files "schemaname" is being asked, which doesn't make sense.

    Either I am putting option in right sequence or really missing something. Command utilization with --help is self explanatory. However, wondering if any document is available for reference. Any idea why schemaname is asked for below command?  


    ./dxmc connector add --connectorname API-BC_TACCOUNT --envname DataLake-AWS --connectortype delimited --host 10.175.18.90 --port 22 --username delphix --path /stagingData/PerfData/PRDAB80N.BC_TACCOUNT/ --servertype sftp


    Usage: dxmc connector add [OPTIONS]

    Error: Missing option "--schemaname".


    Thanks,

    Santosh



    #Masking
    #dxToolkit


  • 2.  RE: dxmc examples - Any document to refer?
    Best Answer

    Posted 04-10-2019 06:00:00 PM
    Hi Santosh,
    Best resource would be https://github.com/delphix/dxm-toolkit
    Meanwhile, I am trying to replicate.

    ~Hims


  • 3.  RE: dxmc examples - Any document to refer?

    Posted 04-10-2019 06:56:00 PM

    Hims, thanks for quick response. This site is helpful to get started with and looking more detailed information like examples or some documentation to refer.


    Thanks,
    Santosh


  • 4.  RE: dxmc examples - Any document to refer?

    Posted 04-11-2019 05:22:00 PM

    I got it worked by appending above command with schemaname. Though, it doesn't make sense to have schema name for files connection. But, it works by adding "--schemaname Test" and it doesn't add any schema name in the background, which is a good part.