New top level classes PipelineDataSource and PipelineDataSink children of PipelineDataClient with ability to publish or consume from a pipeline
Add optional argument personal_access_token to GlassFlowClient (it adds not functionality for now)
Breaking changes
[Breaking change] Remove PipelineClient and the method pipeline_client from GlassFlowClient in favor of new PipelineDataSource and PipelineDataSink classes.
Under the hood
APIClient
to contain all contain abstractions used by all classes communicating with the APIPipelineDataClient
with a method for validating credentialsvalidate_credentials
GlassFlowConfig
and move it toAPIClient
Features
PipelineDataSource
andPipelineDataSink
children ofPipelineDataClient
with ability to publish or consume from a pipelinepersonal_access_token
toGlassFlowClient
(it adds not functionality for now)Breaking changes
PipelineClient
and the methodpipeline_client
fromGlassFlowClient
in favor of new PipelineDataSource and PipelineDataSink classes.Documentation