-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #600 from rtdip/develop
v0.9.2
- Loading branch information
Showing
123 changed files
with
3,636 additions
and
1,705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
docs/sdk/code-reference/pipelines/sources/spark/iso/caiso_daily_load_iso.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: src.sdk.python.rtdip_sdk.pipelines.sources.spark.iso.caiso_daily_load_iso |
1 change: 1 addition & 0 deletions
1
docs/sdk/code-reference/pipelines/sources/spark/iso/caiso_historical_load_iso.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: src.sdk.python.rtdip_sdk.pipelines.sources.spark.iso.caiso_historical_load_iso |
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
docs/sdk/code-reference/query/circular-standard-deviation.md
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Metadata Function | ||
::: src.sdk.python.rtdip_sdk.queries.metadata | ||
|
||
## Example | ||
```python | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Metadata/metadata.py" | ||
``` | ||
|
||
This example is using [```DefaultAuth()```](../../authentication/azure.md) and [```DatabricksSQLConnection()```](../connectors/db-sql-connector.md) to authenticate and connect. You can find other ways to authenticate [here](../../authentication/azure.md). The alternative built in connection methods are either by [```PYODBCSQLConnection()```](../connectors/pyodbc-sql-connector.md), [```TURBODBCSQLConnection()```](../connectors/turbodbc-sql-connector.md) or [```SparkConnection()```](../connectors/spark-connector.md). | ||
|
||
!!! note "Note" | ||
See [Samples Repository](https://github.com/rtdip/samples/tree/main/queries) for full list of examples. | ||
|
||
!!! note "Note" | ||
</b>```server_hostname``` and ```http_path``` can be found on the [SQL Warehouses Page](../../../queries/databricks/sql-warehouses.md). <br /> |
16 changes: 16 additions & 0 deletions
16
docs/sdk/code-reference/query/functions/time_series/circular-average.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Circular Average Function | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.circular_average | ||
|
||
## Example | ||
```python | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Circular-Average/circular_average.py" | ||
``` | ||
|
||
This example is using [```DefaultAuth()```](../../../authentication/azure.md) and [```DatabricksSQLConnection()```](../../connectors/db-sql-connector.md) to authenticate and connect. You can find other ways to authenticate [here](../../../authentication/azure.md). The alternative built in connection methods are either by [```PYODBCSQLConnection()```](../../connectors/pyodbc-sql-connector.md), [```TURBODBCSQLConnection()```](../../connectors/turbodbc-sql-connector.md) or [```SparkConnection()```](../../connectors/spark-connector.md). | ||
|
||
!!! note "Note" | ||
See [Samples Repository](https://github.com/rtdip/samples/tree/main/queries) for full list of examples. | ||
|
||
!!! note "Note" | ||
</b>```server_hostname``` and ```http_path``` can be found on the [SQL Warehouses Page](../../../../queries/ | ||
databricks/sql-warehouses.md). <br /> |
15 changes: 15 additions & 0 deletions
15
docs/sdk/code-reference/query/functions/time_series/circular-standard-deviation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Circular Standard Deviation Function | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.circular_standard_deviation | ||
|
||
## Example | ||
```python | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Circular-Standard-Deviation/circular_standard_deviation.py" | ||
``` | ||
|
||
This example is using [```DefaultAuth()```](../../../authentication/azure.md) and [```DatabricksSQLConnection()```](../../connectors/db-sql-connector.md) to authenticate and connect. You can find other ways to authenticate [here](../../../authentication/azure.md). The alternative built in connection methods are either by [```PYODBCSQLConnection()```](../../connectors/pyodbc-sql-connector.md), [```TURBODBCSQLConnection()```](../../connectors/turbodbc-sql-connector.md) or [```SparkConnection()```](../../connectors/spark-connector.md). | ||
|
||
!!! note "Note" | ||
See [Samples Repository](https://github.com/rtdip/samples/tree/main/queries) for full list of examples. | ||
|
||
!!! note "Note" | ||
</b>```server_hostname``` and ```http_path``` can be found on the [SQL Warehouses Page](../../../../queries/databricks/sql-warehouses.md). <br /> |
15 changes: 15 additions & 0 deletions
15
docs/sdk/code-reference/query/functions/time_series/interpolate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Interpolate Function | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.interpolate | ||
|
||
## Example | ||
```python | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Interpolate/interpolate.py" | ||
``` | ||
|
||
This example is using [```DefaultAuth()```](../../../authentication/azure.md) and [```DatabricksSQLConnection()```](../../connectors/db-sql-connector.md) to authenticate and connect. You can find other ways to authenticate [here](../../../authentication/azure.md). The alternative built in connection methods are either by [```PYODBCSQLConnection()```](../../connectors/pyodbc-sql-connector.md), [```TURBODBCSQLConnection()```](../../connectors/turbodbc-sql-connector.md) or [```SparkConnection()```](../../connectors/spark-connector.md). | ||
|
||
!!! note "Note" | ||
See [Samples Repository](https://github.com/rtdip/samples/tree/main/queries) for full list of examples. | ||
|
||
!!! note "Note" | ||
</b>```server_hostname``` and ```http_path``` can be found on the [SQL Warehouses Page](../../../../queries/databricks/sql-warehouses.md). <br /> |
15 changes: 15 additions & 0 deletions
15
docs/sdk/code-reference/query/functions/time_series/interpolation-at-time.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Interpolation at Time Function | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.interpolation_at_time | ||
|
||
## Example | ||
```python | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Interpolation-at-Time/interpolation_at_time.py" | ||
``` | ||
|
||
This example is using [```DefaultAuth()```](../../../authentication/azure.md) and [```DatabricksSQLConnection()```](../../connectors/db-sql-connector.md) to authenticate and connect. You can find other ways to authenticate [here](../../../authentication/azure.md). The alternative built in connection methods are either by [```PYODBCSQLConnection()```](../../connectors/pyodbc-sql-connector.md), [```TURBODBCSQLConnection()```](../../connectors/turbodbc-sql-connector.md) or [```SparkConnection()```](../../connectors/spark-connector.md). | ||
|
||
!!! note "Note" | ||
See [Samples Repository](https://github.com/rtdip/samples/tree/main/queries) for full list of examples. | ||
|
||
!!! note "Note" | ||
</b>```server_hostname``` and ```http_path``` can be found on the [SQL Warehouses Page](../../../../queries/databricks/sql-warehouses.md). <br /> |
File renamed without changes.
15 changes: 15 additions & 0 deletions
15
docs/sdk/code-reference/query/functions/time_series/raw.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Raw Function | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.raw | ||
|
||
## Example | ||
```python | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Raw/raw.py" | ||
``` | ||
|
||
This example is using [```DefaultAuth()```](../../../authentication/azure.md) and [```DatabricksSQLConnection()```](../../connectors/db-sql-connector.md) to authenticate and connect. You can find other ways to authenticate [here](../../../authentication/azure.md). The alternative built in connection methods are either by [```PYODBCSQLConnection()```](../../connectors/pyodbc-sql-connector.md), [```TURBODBCSQLConnection()```](../../connectors/turbodbc-sql-connector.md) or [```SparkConnection()```](../../connectors/spark-connector.md). | ||
|
||
!!! note "Note" | ||
See [Samples Repository](https://github.com/rtdip/samples/tree/main/queries) for full list of examples. | ||
|
||
!!! note "Note" | ||
</b>```server_hostname``` and ```http_path``` can be found on the [SQL Warehouses Page](../../../../queries/databricks/sql-warehouses.md). <br /> |
15 changes: 15 additions & 0 deletions
15
docs/sdk/code-reference/query/functions/time_series/resample.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Resample Function | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.resample | ||
|
||
## Example | ||
```python | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Resample/resample.py" | ||
``` | ||
|
||
This example is using [```DefaultAuth()```](../../../authentication/azure.md) and [```DatabricksSQLConnection()```](../../connectors/db-sql-connector.md) to authenticate and connect. You can find other ways to authenticate [here](../../../authentication/azure.md). The alternative built in connection methods are either by [```PYODBCSQLConnection()```](../../connectors/pyodbc-sql-connector.md), [```TURBODBCSQLConnection()```](../../connectors/turbodbc-sql-connector.md) or [```SparkConnection()```](../../connectors/spark-connector.md). | ||
|
||
!!! note "Note" | ||
See [Samples Repository](https://github.com/rtdip/samples/tree/main/queries) for full list of examples. | ||
|
||
!!! note "Note" | ||
</b>```server_hostname``` and ```http_path``` can be found on the [SQL Warehouses Page](../../../../queries/databricks/sql-warehouses.md). <br /> |
2 changes: 2 additions & 0 deletions
2
docs/sdk/code-reference/query/functions/time_series/summary.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Summary Function | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.summary |
15 changes: 15 additions & 0 deletions
15
docs/sdk/code-reference/query/functions/time_series/time-weighted-average.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Time Weighted Average | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.time_weighted_average | ||
|
||
## Example | ||
```python | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Time-Weighted-Average/time_weighted_average.py" | ||
``` | ||
|
||
This example is using [```DefaultAuth()```](../../../authentication/azure.md) and [```DatabricksSQLConnection()```](../../connectors/db-sql-connector.md) to authenticate and connect. You can find other ways to authenticate [here](../../../authentication/azure.md). The alternative built in connection methods are either by [```PYODBCSQLConnection()```](../../connectors/pyodbc-sql-connector.md), [```TURBODBCSQLConnection()```](../../connectors/turbodbc-sql-connector.md) or [```SparkConnection()```](../../connectors/spark-connector.md). | ||
|
||
!!! note "Note" | ||
See [Samples Repository](https://github.com/rtdip/samples/tree/main/queries) for full list of examples. | ||
|
||
!!! note "Note" | ||
</b>```server_hostname``` and ```http_path``` can be found on the [SQL Warehouses Page](../../../../queries/databricks/sql-warehouses.md). <br /> |
2 changes: 2 additions & 0 deletions
2
docs/sdk/code-reference/query/functions/time_series/time_series_query_builder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Query Builder | ||
::: src.sdk.python.rtdip_sdk.queries.time_series.time_series_query_builder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Weather Latest Function | ||
::: src.sdk.python.rtdip_sdk.queries.weather.latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Weather Raw Function | ||
::: src.sdk.python.rtdip_sdk.queries.weather.raw |
2 changes: 2 additions & 0 deletions
2
docs/sdk/code-reference/query/functions/weather/weather_query_builder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Weather Query Builder | ||
::: src.sdk.python.rtdip_sdk.queries.weather.weather_query_builder |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# SQL Query | ||
::: src.sdk.python.rtdip_sdk.queries.sql.sql_query |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/pipelines/deploy/ECMWF-to-Delta/README.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--8<-- "https://raw.githubusercontent.com/rtdip/samples/main/queries/Summary/README.md" |
Oops, something went wrong.