Code Monkey home page Code Monkey logo

ssis's Introduction

SSIS

These tools enable ML in the HC platform by setting up extensibility points that call out to R/Python scripts during ETLs. This is only for 4.0 and 4.2 versions of DOS.

Data Flow Process

  1. A SAM binding refreshes table A.
  2. A subsequent SAM binding, dependant on table A, hosts the extensibility point.
    • This extensibility point runs the R file which reads from Table A.
    • Since this R file pushes predictions to table B, the SQL query for B just creates the column structure

Requirements before starting

  1. Your environment is on DOS 4.0 of 4.2.
  2. You've already been able to push predictions to a destination database.
  3. The rest are here.

Extensibility Points Configuration

This doc details the entire process.

Who's supposed to work through this?

  • AEs and analysts, if they can write to EDWAdmin, can do much of that work
  • Sys admins / DBAs are needed for installing the ispac, which requires an RDP into the ETL server

Glossary

  • SSIS
    • SQL Server Integration Services.
  • SSMS
    • SQL Server Management Studio. Where work happens.
  • EDW Console
    • Catalyst web app for viewing and configuring ETLs.
    • Errors are surfaced here.
  • Batches
    • ETL jobs scheduled in EDW Console (web portal) by a AD/TD.
  • SSIS packages
    • are installed in: SSMS > Integration Services Catalogs > CatalystExtensibility
  • DTSX File
    • The actual SSIS package files that are installed via the .ispac file.
  • ISPAC File
    • This is the SSIS project deployment file, which is a self-contained unit of deployment that includes only the essential information about the packages and parameters in the project. reference

ssis's People

Contributors

levithatcher avatar mdpettit avatar taylorlarsen avatar mmastand avatar aylr avatar justin-page avatar

Stargazers

David Balkcom avatar Mark Hollier avatar Kevin Ramsunder avatar

Watchers

James Cloos avatar Imran Qureshi avatar  avatar  avatar  avatar

ssis's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.