Skip to content

Commit

Permalink
Fix PandasDatasource.baselink - see apache#3302
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunwicks committed Sep 19, 2017
1 parent 44649de commit 48156e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/connectors/pandas/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class PandasDatasource(Model, BaseDatasource):

__tablename__ = 'pandasdatasources'
type = 'pandas'
baselink = None # url portion pointing to ModelView endpoint
baselink = 'pandasdatasourcemodelview' # url portion pointing to ModelView endpoint
column_class = PandasColumn
metric_class = PandasMetric

Expand Down

0 comments on commit 48156e0

Please sign in to comment.