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

great-expectations / great_expectations / 5149 / 2
0%
develop: 0%

Build:
DEFAULT BRANCH: develop
Ran 10 Apr 2020 10:55PM UTC
Files 113
Run time 7s
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

10 Apr 2020 10:45PM UTC coverage: 77.481% (-0.07%) from 77.55%
SLACK_WEBHOOK=[secure] PANDAS=0.23.4

push

travis-ci

web-flow
Fix compatibility with MS SQL Server. (#1269)

* Fix compatibility with MS SQL Server.

Following fixes are implemented:
* Temporary table names are now prefixed with '#' as required by MS SQL dialect
* Temporary table names only persist within a connection so engine is overridden with a connection (the same happens for SQLite)
* Create temporary table using "select .. into {table_name} from ..
* head() now uses "top" instead of "limit" for MS SQL
* get_column_quantiles(): add an empty over() clause as required for MS SQL
* get_column_stdev(): use "stdevp" function for MS SQL instead of "stddev_samp"

Open issues:
* get_table_columns(): returns an empty list because table introspection yields an empty column list
* get_column_count(): returns 0 (because get_table_columns() is empty)
* expect_column_values_to_be_of_type(): doesn't work because get_table_columns() returns an empty list
* expect_column_values_to_be_in_type_list(): idem

* Fix spaces around parameter equals.

* Add maxsplit = 1 argument.

* Fix unnecessary space between arguments.

* Fix column reflection

* Lowercase before split on 'from' in custom_sql

* Detect case in custom_sql instead of transforming it to lowercase!

* Fetch column types as well!

Co-authored-by: Pieter Jan Kerstens <pieterjan@tropos.io>
Co-authored-by: Taylor Miller <Aylr@users.noreply.github.com>

9603 of 12394 relevant lines covered (77.48%)

0.77 hits per line

Source Files on job 5149.2 (SLACK_WEBHOOK=[secure] PANDAS=0.23.4)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3070
  • Travis Job 5149.2
  • 1127ae28 on github
  • Prev Job for SLACK_WEBHOOK=[secure] PANDAS=0.23.4 on develop (#5147.2)
  • Next Job for SLACK_WEBHOOK=[secure] PANDAS=0.23.4 on develop (#5150.2)
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