• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

exasol / cloud-storage-etl-udfs / 135 / 4
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 06 Dec 2019 10:44AM UTC
Files 35
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Dec 2019 10:31AM UTC coverage: 97.691% (-0.2%) from 97.919%
RELEASE=true

push

travis-ci

web-flow
Obtain account and container names from provided path in Azure Blob Storage. (#55)

* Use Azure Blob path to obtain container and account name.

When accessing Azure Blob Storage, currently we require users to provide
the `container` and `account` names as separate parameters even though
they can be found in the provided data path.

With this change it is not require to explicitly set additional
`AZURE_ACCOUNT_NAME` and `AZURE_CONTAINER_NAME` properties, these values
are obtained from `BUCKET_PATH` value.

For example, the new import statement:

```
IMPORT INTO RETAIL.SALES_POSITIONS
FROM SCRIPT ETL.IMPORT_PATH WITH
  BUCKET_PATH          = 'wasbs://<AZURE_CONTAINER_NAME>@<AZURE_ACCOUNT_NAME>.blob.core.windows.net/data/orc/*'
  AZURE_SAS_TOKEN      = '<AZURE_SAS_TOKEN>'
  DATA_FORMAT          = 'ORC'
  PARALLELISM          = 'nproc()';
```

Previously users had to set additional two properties:

```
IMPORT INTO RETAIL.SALES_POSITIONS
FROM SCRIPT ETL.IMPORT_PATH WITH
  BUCKET_PATH          = 'wasbs://<AZURE_CONTAINER_NAME>@<AZURE_ACCOUNT_NAME>.blob.core.windows.net/data/orc/*'
  DATA_FORMAT          = 'ORC'
  AZURE_ACCOUNT_NAME   = '<AZURE_ACCOUNT_NAME>'
  AZURE_CONTAINER_NAME = '<AZURE_CONTAINER_NAME>'
  AZURE_SAS_TOKEN      = '<AZURE_SAS_TOKEN>'
  PARALLELISM          = 'nproc()';
```

Fixes #50.

804 of 823 relevant lines covered (97.69%)

0.98 hits per line

Source Files on job 135.4 (RELEASE=true)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30
  • Travis Job 135.4
  • d6b912be on github
  • Prev Job for RELEASE=true on master (#133.4)
  • Next Job for RELEASE=true on master (#136.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc