Skip to content

Fredehagelund92/exasol-dawa-udfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exasol-dawa-udfs

Overview

Quick start

  1. Create Schema

Create a new schema eg. ETL_UDFS.

CREATE SCHEMA ETL_UDFS;

Sources

txid

insert into <table> select ETL_UDFS.dawa_txid(<txidfra>, <txidfra>)

example:

Initial extract

insert into <table> select ETL_UDFS.dawa_txid(NULL, NULL)

Incremental extract

insert into <table> select ETL_UDFS.dawa_txid(100, 1000)

About

UDF scripts to retrieve data from github api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published